Delete persona

Soft-deletes a workspace-level persona. System personas cannot be deleted.

DELETE https://api.futureagi.com/simulate/api/personas/{persona_id}/

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Path parameters

persona_id UUID Required

The persona ID. Must be a workspace-level persona; system personas cannot be deleted.

Response

204 No Content
status string
"success" on deletion.
result object
Object with a message confirmation string.

Errors

401 Unauthorized Optional

Invalid or missing API credentials.

403 Forbidden Optional

Persona is a system-level persona and cannot be deleted.

404 Not Found Optional

Persona not found.

500 Internal Server Error Optional

Unexpected server error.

GET /
Authentication
REQUEST
 
RESPONSE