Skip to main content
DELETE
/
personas
/
{id}
cURL
curl -X DELETE https://app.mavera.io/api/v1/personas/YOUR_PERSONA_ID \
  -H "Authorization: Bearer mvra_live_your_key_here"
{
  "id": "<string>",
  "object": "custom_persona",
  "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

The persona ID.

Response

Persona deleted successfully.

id
string
object
enum<string>
Available options:
custom_persona
deleted
boolean
Example:

true