For the complete documentation index, see llms.txt. This page is also available as Markdown.

DeList Number

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

POST{{BaseURL}}/clients/{clientAccountId}/number_management/feature_sets/{featureSetId}/numbers/delist

Headers

Name
Value

Content-Type

Required

application/json

Authorization

Required

Bearer <token>

Body

Name
Type
Validations
Description

phone_numbers

string

minLength: 1 maxLength: 10000

Required.

List of phone numbers to be added to feature set

Request

Response

Last updated

Was this helpful?