api-docs-icon

Delete Suppression List Contact

DELETE
/ api/ v1/ lists/ suppression/ contacts/ {listId}/ {contactId}

Delete the specified contact on the specified suppression list

contactId
integer (int64)
required

The id of the contact to be deleted.

listId
integer (int64)
required

The id of the suppression list.

Response

The contact is successfully removed from the suppression list.

application/json
object
Message
string
nullable

The message indicating the result of the contact deletion in the list.

Example:
Contact Id: 123 succesfully removed from List Id: 123 Name: Metacortex Employees

Code Examples

Response