delete https://{region}-api.dotdigital.com/v2/address-books//contacts/
Deletes a contact from a given list / address book
Note: This operation cannot be used to delete a contact from the All Contacts or Test lists.
Response
Deletes a contact from a given list / address book
Note: This operation cannot be used to delete a contact from the All Contacts or Test lists.
xxxxxxxxxx
curl --request DELETE \
--url https://r1-api.dotdigital.com/v2/address-books/addressBookId/contacts/contactId \
--header 'accept: application/json'
xxxxxxxxxx
{}