cURL
curl --request DELETE \ --url https://server.promptwatch.com/api/v2/personas/{id} \ --header 'X-API-Key: <api-key>'
{ "error": "Unauthorized", "message": "Missing or invalid X-API-Key header." }
Delete a persona
API key for authentication. Get yours from the Promptwatch dashboard under Settings > API Keys.
Persona ID
Persona removed; empty body.