API reference
V2Sequence Messages

Delete sequence message

Deletes a sequence message.

DELETE
/api/v2/sequences/{sequence_object_id}/messages/{id}

Deletes a sequence message.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

sequence_object_id*string

Sequence object

id*string

Id

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v2/sequences/string/messages/string"
{  "status": "ok",  "data": {}}