Skip to main content
DELETE
/
personas
/
{id}
Delete Persona
curl --request DELETE \
  --url https://server.promptwatch.com/api/v2/personas/{id} \
  --header 'X-API-Key: <api-key>'
{
  "error": "<string>",
  "message": "<string>",
  "code": "<string>",
  "details": {}
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours from the Promptwatch dashboard under Settings > API Keys.

Path Parameters

id
string<uuid>
required

Persona ID

Response

Persona deleted successfully