Skip to main content
DELETE
/
monitors
/
{id}
Delete Monitor
curl --request DELETE \
  --url https://server.promptwatch.com/api/v2/monitors/{id} \
  --header 'X-API-Key: <api-key>'

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

Monitor ID

Response

Monitor deleted successfully