Skip to main content
DELETE
/
10dlc
/
subscriptions
Delete a Wavix 10DLC event subscription
curl --request DELETE \
  --url https://api.wavix.com/v3/10dlc/subscriptions
{
  "success": true
}

Authorizations

appid
string
query
required

An API key to authorize your request

Query Parameters

subscription_category
string
required

The Wavix 10DLC event category you want to unsubscribe from

Example:

"number"

Response

success
boolean
required

Indicates a successful request

Example:

true

I