task

Removes the user's reaction

Removes the reaction of that user on that entity.

post/{kind}/{id}/reactions/delete

Path parameters

idinteger required

Entity ID

kindinteger required

The kind of the entity. Can be either tasks or comments for task comments

Request body

createdstring

A timestamp when this reaction was created. You cannot change this value.

valuestring

The actual reaction. This can be any valid utf character or text, up to a length of 20.

Response

The reaction was successfully removed.

messagestring

A standard message.

Changes

No recorded changes to this endpoint across all 53 revisions of this API.