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_
モニターが正常に削除されました。
このページは役に立ちましたか?