Permanently delete a custom persona. Only custom personas can be deleted - base personas are protected. This action cannot be undone.
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
}Documentation Index
Fetch the complete documentation index at: https://docs.mavera.io/llms.txt
Use this file to discover all available pages before exploring further.
API key prefixed with mvra_live_. Create keys at Settings > Developer > API Keys.
The persona ID.
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
}