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 }
Permanently delete a custom persona. Only custom personas can be deleted - base personas are protected. This action cannot be undone.
API key prefixed with mvra_live_. Create keys at Settings > Developer > API Keys.
mvra_live_
The persona ID.
Persona deleted successfully.
custom_persona
true