For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact SalesGet Support
HomeGuidesAPI reference
HomeGuidesAPI reference
  • Middesk API
        • GETRetrieve a monitor for a business
        • POSTCreate a monitor for a business
        • PUTUpdate a monitor for a business
        • DELDelete a monitor for a business
        • POSTBulk disable monitors
LogoLogo
Contact SalesGet Support
Middesk APIBusiness VerificationMonitoring

Delete a monitor for a business

DELETE
https://api.middesk.com/v1/businesses/:business_id/monitor
DELETE
/v1/businesses/:business_id/monitor
$curl -X DELETE https://api.middesk.com/v1/businesses/business_id/monitor \
> -H "Authorization: Bearer <token>"
Was this page helpful?
Previous

Bulk disable monitors

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

business_idstringRequired
Business ID

Errors

404
Delete Business Monitor Request Not Found Error