v1
latestOpenAPI 3.0.12026-07-2471135326.0 KBSubscribers
Delete Contact
This endpoint allows you to delete an existing contact from a certain list. You need to provide the unique identifier (listId) of the list where the contact is located and the id of the contact you want to delete.
delete/v3/lists/{listId}/subscribers/{subscriberId}
Path parameters
listIdinteger required
Provide the unique ID of the list
subscriberIdstring required
Provide the unique ID of the contact
Response
Successfully deleted the contact
Example response
{
"meta": {
"timestamp": 1597166699457,
"transactionId": "70169d77-c165-4795-9932-35b8a3af96fb",
"explain": "a descriptive text"
}
}