Skip to main content
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 }
This is a soft delete. The monitor is deactivated 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.