API Reference›Delete monitor
Delete monitor
DELETE
/api/monitors/{id}Delete a monitor and all its delivery logs
Requires
Authorization: Bearer <token>Parameters1
idstringpathrequiredResponses
200Monitor deleted successfully
401Unauthorized
404Monitor not found
500Internal server error