Skip to main content

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.

File IconCreating Clients

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

ParameterData typeCharacterDescription
addressstringRequiredThe unique identifier of the recipient specified as the value of the EXT_USER_ID parameter when creating the recipient.
typestringRequiredThe ID type. The value is EXT_USER_ID.