pydo.uptime.delete_check()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.uptime.delete_check(check_id="4de7ac8b-495b-4884-9a69-1050c6793cd6")Description
To delete an Uptime check, send a DELETE request to /v2/uptime/checks/{check_id}. A 204 status
code with no body will be returned in response to a successful request.
Deleting a check will also delete alerts associated with the check.
Parameters
check_idstring requiredA unique identifier for a check.
Request Sample
More Information
See /v2/uptime/checks/{check_id} in the API reference for additional detail on responses, headers, parameters, and more.