This API endpoint allows an authenticated user to delete a specific uptime monitoring resource by providing its unique ID in the path. Once deleted, the resource is permanently removed, and no further monitoring or alerts will occur for it.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
On success, the specified uptime resource will be deleted, and a confirmation message will be returned.
If the request is unauthorized or the provided ID is invalid, an error message will be returned specifying the issue.
Path Parameters
id string
The unique ID of the uptime resource to 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).