API ReferenceDelete monitor

Delete monitor

DELETE/api/monitors/{id}

Delete a monitor and all its delivery logs

Requires Authorization: Bearer <token>

Parameters1

idstringpathrequired

Responses

200Monitor deleted successfully
401Unauthorized
404Monitor not found
500Internal server error