Skip to main content
DELETE
/
v1
/
10dlc
/
brands
/
{brandId}
Delete 10DLC brand
curl --request DELETE \
  --url https://api.zavu.dev/v1/10dlc/brands/{brandId} \
  --header 'Authorization: Bearer <token>'
{
  "code": "invalid_request",
  "message": "Phone number is invalid",
  "details": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brandId
string
required

10DLC brand ID.

Response

Brand deleted.