Removing Clients
Last updated: 4 October 2024
The api/subscribers/delete-by-address method is used to request the deletion of data from an existing recipient.
info
To delete the recipient's data, its unique identifier is required, specified in the EXT_USER_ID parameter at creation.
Calling the api/subscribers/delete-by-address Method
To call the api/subscribers/delete-by-address method, send a POST request to the URL https://app.edna.io/api/subscribers/delete-by-address
Request Body Format
{
"address": "79991234567",
"type": "EXT_USER_ID"
}
Request Parameters
| Parameter | Data type | Character | Description |
|---|---|---|---|
address | string | Required | The unique identifier of the recipient specified as the value of the EXT_USER_ID parameter when creating the recipient. |
type | string | Required | The ID type. The value is EXT_USER_ID. |