Skip to main content
POST
/
v1.0
/
subscribers
/
call-filter
/
allowed-numbers
/
remove
json
{
  "SubscriberId": "TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441",
  "CallFilterId": "CFID-8e966d20-08b8-42bf-a11f-2fdf72c663d6",
  "Numbers": ["+15555555555"]
}
{
  "FilterId": "CFID-8e966d20-08b8-42bf-a11f-2fdf72c663d6",
  "SubscriberId": "TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441",
  "AllowedNumbers": [
    "+1111111111"
  ]
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
SubscriberId
string
required

Subscriber ID

Example:

"TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441"

CallFilterId
string
required

Call Filter ID

Example:

"CFID-8e966d20-08b8-42bf-a11f-2fdf72c663d6"

Numbers
string[]
required

Phone numbers to remove

Example:
["+15555555555"]

Response

200 - application/json

Allowed Numbers Removed

The response is of type object.