Remove an integration connection from a specific uptime monitor by providing both the 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.
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.
Path Parameters
id string
The unique service ID for which the integration will be deleted. Example: 'c03b02ec-244f-4d2c-8f68-3910071ed5c8'
ResponseThis section is used to view the possible HTTP response codes returned by the API. These codes indicate the status of a request, such as 201 (Created), 401 (Unauthorized), 409 (Conflict), or 422 (Unprocessable Entity).