Skip to main content
DELETE
/
telephone-presentation-numbers
/
{telephone_presentation_number_id}
발신표기번호 삭제
curl --request DELETE \
  --url https://client-api.tryvox.co/v3/telephone-presentation-numbers/{telephone_presentation_number_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "Request validation failed.",
    "details": {
      "field": "name",
      "reason": "must not be blank"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

telephone_presentation_number_id
string<uuid>
required

발신표기번호 ID입니다. GET /v3/telephone-presentation-numbers 또는 POST /v3/telephone-presentation-numbers 응답의 id를 사용합니다.

Response

성공 응답