Message
Delete message
This endpoint is used to delete message
delete/messages/{message-id}
Path parameters
The ID of a message to get information about this message
Response
Delete message successfuly
Example response
{
"body": "abc",
"status": "error",
"title": "abcxyz",
"user_id": "1"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.