ClawOps Docs
API Reference

관리번호 발급 링크 취소

DELETE
/v1/accounts/{accountId}/assignment-links/{linkId}

pending 상태 링크를 취소합니다. 이미 소비/만료/취소된 링크는 409를 반환합니다.

Authorization

BearerAuth
AuthorizationBearer <token>

API Key를 Bearer 토큰으로 전달

In: header

Path Parameters

accountId*string

계정 ID

linkId*string

링크 ID

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/accounts/AC1a2b3c4d/assignment-links/LK1a2b3c4d5e"
{
  "ok": true
}
{
  "error": "string",
  "code": "INVALID_PHONE_NUMBER"
}
{
  "error": "string",
  "code": "INVALID_PHONE_NUMBER"
}
{
  "error": "string",
  "code": "INVALID_PHONE_NUMBER"
}