Use the delete-by-address method to remove an existing client entry by their EXT_ISER_ID – internal identifier.
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
| Parameter | Type | Description |
address | string | Value of the EXT_USER_ID attribute that you assigned to the client when creating their entry |
type | string | EXT_USER_ID |
Request Example
{
"address": "79991234567",
"type": "EXT_USER_ID"
}