コンテンツにスキップ

モニター削除

DELETE
/api/v1/monitors/{id}

モニターを削除する。write スコープが必要。

id
required
string

削除成功

object
ok
boolean

未認証

object
error
object
code
string
Example
VALIDATION_ERROR
message
string
Example
Invalid request body
status
integer
Example
400

Write スコープ不足

object
error
object
code
string
Example
VALIDATION_ERROR
message
string
Example
Invalid request body
status
integer
Example
400

モニターが見つからない

object
error
object
code
string
Example
VALIDATION_ERROR
message
string
Example
Invalid request body
status
integer
Example
400