Skip to main content
DELETE
/
alert-rules
/
{alert_rule_id}
알림 규칙 삭제
curl --request DELETE \
  --url https://client-api.tryvox.co/v3/alert-rules/{alert_rule_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "Request validation failed.",
    "details": {
      "field": "name",
      "reason": "must not be blank"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.tryvox.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

조직 API 키를 Authorization: Bearer <token> 형식으로 보냅니다.

Path Parameters

alert_rule_id
string<uuid>
required

알림 규칙 ID입니다.

Response

성공 응답