Remove a monitor and stop tracking the X account. Existing events are preserved
cURL
curl --request DELETE \ --url https://xquik.com/api/v1/monitors/{id} \ --header 'x-api-key: <x-api-key>'
curl -X DELETE https://xquik.com/api/v1/monitors/7 \ -H "x-api-key: xq_YOUR_KEY_HERE" | jq
true
{ "success": true }
{ "error": "invalid_id", "message": "Invalid monitor ID format" }
{ "error": "unauthenticated", "message": "Missing or invalid API key" }
{ "error": "not_found", "message": "Monitor not found" }
Was this page helpful?