Skip to main content
DELETE
/
prompts
/
{id}
Delete Prompt
curl --request DELETE \
  --url https://server.promptwatch.com/api/v2/prompts/{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

Prompt ID

Response

Prompt successfully deleted