Delete a campaign message

Delete the association between a campaign and a message. The message itself is not deleted; use DELETE /messages/{id} for that.

The request needs the campaigns feature to be enabled for the account, and the caller has to have access to the campaign the message belongs to, otherwise the request is a 403.

Path Params
int32
required

Id of the campaign message

Responses
200

200

403

403

404

404

Language
Credentials
Header
URL
LoadingLoading…