DELETE
/
v1
/
channels
/
{channelID}
/
proxy
Delete channel proxy settings
curl --request DELETE \
  --url https://api.wazapin.com/v1/channels/{channelID}/proxy \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "status": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Session token or API key

Path Parameters

channelID
string
required

Channel ID

Response

OK

data
object
required