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
}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
}