Delete Brand Voice
DELETE/brand-boards/public/v1/locations/:locationId/voices/:brandVoiceId
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Delete a brand voice by ID
Request
Version stringrequired
API Version
Available options
2023-02-21locationId stringrequired
Location ID
brandVoiceId stringrequired
Brand voice ID
Success
- application/json
- Schema
- Example (auto)
Schema
deletedbooleanrequired
Whether the brand voice is deleted
traceIdstring
Trace ID of request
{
"deleted": true,
"traceId": "019e4ef5-a65e-4198-8cf9-8e93dca9bda4"
}