resource_id
and integration_id
in the URL path. This action permanently deletes the association, meaning the monitor will no longer send incident data or notifications through that integration channel.This is useful for keeping your monitoring environment clean and up to date, especially when tools are deprecated, team workflows change, or alert routing needs to be restructured.
Use cases:
- Tool decommissioning — Remove integrations linked to services or platforms that are no longer in use.
- Access control — Disconnect an integration that was configured incorrectly or shared with the wrong recipient.
- Alert cleanup — Simplify notification paths and eliminate unnecessary or duplicate alerting channels.
To modify an integration instead of removing it, use the Update Uptime Monitor Integration endpoint.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the integration will be deleted, and a confirmation message will be returned.
- If authorization fails, an error message will indicate the issue. If the specified integration does not exist, a message stating this will be provided.