v51

latestSwagger 2.0AGPL-3.0-or-laterraw.githubusercontent.com2026-08-0116998415.7 KB
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.