コンテンツにスキップ

/v0/notes/:id/reaction (DELETE)

DELETE
/v0/notes/:id/reaction
curl --request DELETE \
--url http://localhost:3000/v0/notes/:id/reaction \
--header 'Authorization: Bearer <token>'
id
required

Note ID

string
Example
1

Note ID

OK

Reaction not found

Media type application/json
object
error
required

You did not react to this note

string
Allowed values: NOT_REACTED
Example
{
"error": "NOT_REACTED"
}

Internal Server Error

Media type application/json

Internal Error

object
error
required

Internal Error

string
Allowed values: INTERNAL_ERROR
Example
{
"error": "INTERNAL_ERROR"
}