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

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

Query Parameters

subscription_category
string
required

The Wavix 10DLC event category you want to unsubscribe from

Example:

"number"

Response

Request successful.

success
boolean
required

Indicates a successful request

Example:

true