DELETE
/
send-message
/
delete
curl --request DELETE \
  --url https://api.crunchz.app/api/send-message/delete \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "status": "<string>",
    "type": "<string>",
    "timestamp": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

message_id
string
required

Message ID.

Response

200
application/json

DeleteMessageResource

The response is of type object.