Skip to main content
DELETE
/
monitors
/
{id}
Delete monitor
curl --request DELETE \
  --url https://xquik.com/api/v1/monitors/{id} \
  --header 'x-api-key: <x-api-key>'
Free — does not consume credits
curl -X DELETE https://xquik.com/api/v1/monitors/7 \
  -H "x-api-key: xq_YOUR_KEY_HERE" | jq

Path parameters

id
string
required
The unique monitor ID.

Headers

x-api-key
string
required
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.

Response

success
boolean
Always true on successful deletion.
{ "success": true }
The monitor is deleted and the X account is unregistered from the real-time stream. Historical events are retained.
Related: List Monitors to verify the monitor was removed, or Create Monitor to set up a new one.