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

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

Path Parameters

brand_id
string
required

Unique identifier of a Brand

Example:

"B6AI7PA"

uuid
string
required

Evidence UUID

Example:

"191eb205-8357-4d71-b8da-160a25a000d7"

Response

Request successful.

success
boolean
required

Indicates a successful request

Example:

true