checks

Delete checks by monitor

Delete all checks for a specific monitor

delete/checks/{monitorId}

Path parameters

monitorIdstring required

Response

Operation successful

successboolean required
msgstring required
dataobject

Response payload (varies by endpoint)

Example response

{
  "success": true,
  "msg": "Operation completed successfully"
}

Changes