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

Documentation Index

Fetch the complete documentation index at: https://docs.wavix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

Path Parameters

brand_id
string
required

Brand ID.

Example:

"BM20QP9"

Response

10DLC Brand deleted.

success
boolean
required
Example:

true