API Reference›Delete monitor template
Delete monitor template
DELETE
/api/monitor-templates/{id}Delete a team-owned monitor template
Requires
Authorization: Bearer <token>Parameters1
idstringpathrequiredResponses
200Template deleted successfully
401Unauthorized
403Cannot delete system templates
404Template not found
500Internal server error