Unsubscribe from newsletter or push channel
POST /cms/channel/{channel_id}/unsubscribe
POST
/cms/channel/{channel_id}/unsubscribe
Unsubscribe an email from a given newsletter or push channel. For email channels, you must be authenticated. For push channels, you can either be authenticated to unsubscribe all the devices of the user, or you can be anonymous and provide a push token to unsubscribe a specific device.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” channel_id
required
integer
Request Body
Section titled “Request Body ”object
pushSignature
Push token to unsubscribe (required if called anonymously for push channels)
string
Responses
Section titled “ Responses ”Unsubscription result
object
error
boolean
Bad Request, e.g. missing token when called anonymously
Forbidden