[POST] Number delisting

This API is used to delist and remove business numbers from the client account and its feature-set.

Delist Numbers

post

This endpoint delist numbers from published feature sets.

Authorizations
Path parameters
client_account_idstringRequired

Client Account ID of the caller, taken from path params

feature_set_idstringRequired

Feature Set ID, taken from path params

Body
phone_numbersstring[]Required

List phone numbers to be removed from feature set

Responses
200Success
post
POST /clients/{clientAccountId}/number_management/feature_sets/{featureSetId}/numbers/delist HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 26

{
  "phone_numbers": [
    "text"
  ]
}

No content

Last updated

Was this helpful?