cURL
curl --request DELETE \ --url https://api.olostep.com/v1/monitors/{monitor_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "monitor_id": "<string>" }
软删除一个监控器并移除其相关的调度/影子代理资源。
Documentation IndexFetch the complete documentation index at: https://docs.olostep.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.olostep.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer 认证头的格式为 Bearer ,其中 是你的认证令牌。
唯一的监视器标识符。必须以monitor_开头。
^monitor_
成功删除监视器。
此页面对您有帮助吗?