Notifly
API ReferenceMessages

Delete a message

Delete a message entity from the Notifly platform by **messageId**. This action is irreversible. **messageId** is required and of mongodbId type.

DELETE
/v1/messages/{messageId}

Delete a message entity from the Notifly platform by messageId. This action is irreversible. messageId is required and of mongodbId type.

Authorization

secretKey
Authorization<token>

API key authentication. Allowed headers-- "Authorization: ApiKey <secret_key>".

In: header

Path Parameters

messageId*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/messages/507f1f77bcf86cd799439011"
{  "data": {    "acknowledged": true,    "status": "deleted"  }}