cURL
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": {} }
Soft-delete a prompt by ID
API key for authentication. Get yours from the Promptwatch dashboard under Settings > API Keys.
Prompt ID
Prompt successfully deleted