Skip to main content
POST
/
v1.0
/
subscribers
/
message-filter
/
allowed-contacts
/
remove
json
{
  "SubscriberId": "SID-C7AB61E0-9AD9-4512-ACA8-EDA284131441",
  "MessageFilterId": "MFID-7435d672-a2d0-451e-ab62-45499f5bc7a1",
  "Contacts": ["+15555555555"]
}
{
  "FilterId": "MFID-7435d672-a2d0-451e-ab62-45499f5bc7a1",
  "SubscriberId": "SID-C7AB61E0-9AD9-4512-ACA8-EDA284131441",
  "AllowedContacts": [
    "+1111111111",
    "+2222222222"
  ]
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
SubscriberId
string
required

Subscriber ID

Example:

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

MessageFilterId
string
required

Message Filter ID

Example:

"MFID-7435d672-a2d0-451e-ab62-45499f5bc7a1"

Contacts
string[]
required

Phone numbers to remove from allowed list

Example:
["+15555555555"]

Response

200 - application/json

Allowed Contacts Removed

The response is of type object.