Skip to main content
DELETE
/
brand-voices
/
{id}
Delete brand voice
curl --request DELETE \
  --url https://app.mavera.io/api/v1/brand-voices/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "brand_voice",
  "deleted": true
}

Authorizations

Authorization
string
header
required

API key prefixed with mvra_live_. Create keys at Settings > Developer > API Keys.

Path Parameters

id
string
required

Brand voice ID

Response

Brand voice deleted

id
string
object
enum<string>
Available options:
brand_voice
deleted
boolean