Removing Clients

Use the delete-by-address method to remove an existing client entry by their EXT_ISER_ID – internal identifier.

You assign the EXT_ISER_ID attribute to the client when creating their entry. You cannot remove the entry if you do not know its EXT_ISER_ID.

URL

To use the method, send a request to /api/subscribers/delete-by-address.

Request Parameters

ParameterTypeDescription
addressstringValue of the EXT_USER_ID attribute that you assigned to the client when creating their entry
typestringEXT_USER_ID

Request Example

{
  "address": "79991234567",
  "type": "EXT_USER_ID"
}
In this article