Notification Handlers: Delete
Straightforward guide for developers on how to delete an existing notification handler using the API, including the necessary headers and the expected behavior of the response.
Endpoint
DELETE /api/notification-handlers/{notification_handler_id}
/api/notification-handlers/{notification_handler_id}Request
DELETE https://uptimekeep.com/api/notification-handlers/{notification_handler_id}Header
Type
Description
curl --request DELETE \
--url 'https://uptimekeep.com/api/notification-handlers/{notification_handler_id}' \
--header 'Authorization: Bearer {api_key}'Response
Errors
Last updated