Skip to main content
POST
Deactivate a sender channel

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

senderId
string
required
channel
enum<string>
required

The channel to switch. A channel whose connection has an on/off switch. sms, sms_oneway and voice are billed per message and per phone number, are always on, and have nothing to activate.

Available options:
whatsapp,
telegram,
instagram,
messenger,
email

Response

The channel is inactive.

sender
object
required
channel
enum<string>
required

A channel whose connection has an on/off switch. sms, sms_oneway and voice are billed per message and per phone number, are always on, and have nothing to activate.

Available options:
whatsapp,
telegram,
instagram,
messenger,
email
deactivated
boolean
required

True when this call switched the channel off. False when it was already inactive.