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

Authorizations

appid
string
query
required

An API key to authorize your request

Path Parameters

brand_id
string
required

Unique identifier of a Brand

Example:

"BM20QP9"

Response

success
boolean
required

Indicates a successful request

Example:

true

I