Delete persona
Soft-deletes a workspace-level persona. System personas cannot be deleted.
https://api.futureagi.com/simulate/api/personas/{persona_id}/ Authentication
Path parameters
The UUID of the persona to delete. The persona must be a workspace-level (custom) persona that belongs to your organization. System (prebuilt) personas cannot be deleted. The persona is soft-deleted, meaning it is marked as deleted and excluded from future listings but is not permanently removed from the database. You can retrieve persona IDs from the List personas endpoint.
Response
204 No ContentIndicates the outcome of the request. Returns "success" when the persona is soft-deleted successfully.
An object containing a message field with a confirmation string such as "Persona deleted successfully".
Errors
Authentication credentials were not provided or are invalid. Ensure that both X-Api-Key and X-Secret-Key headers are included in your request and contain valid, non-expired keys. Verify your API keys in the Dashboard under Settings.
The specified persona is a system-level (prebuilt) persona and cannot be deleted. System personas are managed by Future AGI and are available to all workspaces. Only workspace-level personas created by your team can be deleted.
The persona with the specified UUID could not be found. Verify that the persona_id is correct and that the persona has not already been deleted. You can retrieve valid persona IDs from the List personas endpoint.
An unexpected error occurred on the server while processing the request. This is not caused by your input. If this error persists, contact Future AGI support with the request details and timestamp for investigation.