v1

latestOpenAPI 3.1.02026-07-1744202324.0 KB
Comment Reactions

Delete a reaction

Deletes a specific comment reaction. Only the person who made the reaction is allowed to delete it.

delete/v1/files/{file_key}/comments/{comment_id}/reactions

Path parameters

file_keystring required

File to delete comment reaction from. This can be a file key or branch key. Use GET /v1/files/:key with the branch_data query param to get the branch key.

comment_idstring required

ID of comment to delete reaction from.

Query parameters

emojistring required

The emoji type of reaction as shortcode (e.g. :heart:, :+1::skin-tone-2:). The list of accepted emoji shortcodes can be found in this file under the top-level emojis and aliases fields, with optional skin tone modifiers when applicable.

Response

Response from the DELETE /v1/files/{file_key}/comments/{comment_id}/reactions endpoint.

status200 required

The status of the request.

errorfalse required

For successful requests, this value is always false.