Delete Brand Voice
DELETE/brand-boards/locations/:locationId/brand-voices/:brandVoiceId
Delete a brand voice by ID
Request
Version stringrequired
API Version
Available options
v3locationId 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"
}