OrgCommunicationsCommunicationid

Remove a message from the timeline

Deletes Bellwork's record of a message. This is NOT an unsend — a message that has already gone is in the recipient's inbox and cannot be reached. Useful for a test send, a message filed against the wrong person, or correspondence a customer would rather not keep on file.

DELETE
/org/communications/{communicationId}

Deletes Bellwork's record of a message. This is NOT an unsend — a message that has already gone is in the recipient's inbox and cannot be reached. Useful for a test send, a message filed against the wrong person, or correspondence a customer would rather not keep on file.

AuthorizationBearer <token>

API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...

In: header

Path Parameters

communicationId*string

The message to remove.

Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://loading/api/v1/org/communications/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "data": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
  }
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "module_required",
  "module": "string",
  "message": "string",
  "contact": "string"
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}