직권취소 접수

관리자 검토 후 처리됩니다.v1
이 페이지에서 접수한 내역은 즉시 처리되지 않습니다. 운영팀이 확인 후 직권취소를 진행합니다.
API 직접 호출 (curl)
curl -X POST https://cancel.kiwi-onestop.com/api/external/cancel-requests \
  -H "Content-Type: application/json" \
  -H "x-api-key: oak_..." \
  -d '{
    "external_ref": "REQ-001",
    "account_emails": ["user@example.com"],
    "ticket_numbers": ["T2959572960"],
    "note": "사유"
  }'