Unreact to Comment
DELETE/comments/:comment_id/react
Unreact to a comment
Request
Path Parameters
comment_id stringrequired
A Comment ID
Query Parameters
user_id stringrequired
The user ID of the user making the request
- application/json
Body
required
entityType comment_entity_type (string)required
Possible values: [Track]
Type of entity that can be commented on
entityId integerrequired
ID of the entity (track) being commented on
Responses
- 200
- 401
- 404
- 500
Comment unreacted successfully
- application/json
- Schema
- Example (from schema)
Schema
success boolean
Whether the operation was successful
transaction_hash string
The blockchain transaction hash
{
"success": true,
"transaction_hash": "string"
}
Unauthorized
Comment not found
Server error
Loading...