/files.comments.delete
POST
/files.comments.deleteDeletes an existing comment on a file.
Request
Header Params
token
string
optional
Authentication token. Requires scope: files:write:user
Body Params application/x-www-form-urlencoded
file
string
optional
File to delete a comment from.
id
string
optional
The comment to delete.
Request samples
Responses
Standard success response is very simple(200)
Standard failure response when used with an invalid token(500)
Standard success response is very simple
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
Exampleresponse
{
"ok": true
}
Last modified: a year ago