Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🎉 vox.ai 디스코드 커뮤니티가 새로 열렸어요! 참여하기 →
알림 규칙을 삭제합니다. 이 endpoint는 기존 incident를 반환하지 않습니다.
cURL
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" } } }
조직 API 키를 Authorization: Bearer <token> 형식으로 보냅니다.
Authorization: Bearer <token>
알림 규칙 ID입니다.
성공 응답
Was this page helpful?