Skip to main content

Delete Brand

DELETE 
/brand/:brandId

Delete Brand. This endpoint is used to delete a brand. Note the brand cannot be deleted if it contains one or more active campaigns, the campaigns need to be inactive and at least 3 months old due to billing purposes.

Request

Path Parameters

    brandId Brandidrequired

Responses

200: Successful Response

422: Validation Error

Request samples


curl -L -X DELETE 'https://api.telnyx.com/10dlc/brand/:brandId' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}