POST /contacts/v1/contacts/actions/delete?type=ids

Asynchronously deletes a contact when provided with its contact ID. Use the OperationID value returned to check the status of the deletion.

NameTypeDescription
ValuesarrayRequiredArray of contact ID values to delete
DeleteOperationTypestringRequiredType of delete operation to perform. Specify ContactAndAttributes to delete a contact from the entire account as long as no other channel references that contact. AttributesOnly is reserved for future use.

This request deletes contacts specified by the contact ID values passed in the values array.

This asynchronous process places the deletion call in a queue for processing. The queue processes only one deletion call at a time, and each process can take several hours to complete.

When deleting from a sendable data extension, the call limits each process to one million rows.

This route deletes contact information from the account, including the Email, MobileConnect, and MobilePush apps. This deletion occurs at the enterprise level.

A successful call suppresses any sends or other activities to the specified contacts for a specified number of days. The contact record still appears in Marketing Cloud Engagement, but you can’t include these suppressed contacts in any activities. After the specified number of days days, the system deletes the contact from all lists and sendable data extensions. You can’t restore any contact information associated with this delete process. Any subscriberID number assigned to the contact can be recycled in the future. For Enterprise accounts, this process deletes all information at the Enterprise level.

To configure suppression number values, use the Configure Settings for Deleting Contacts resource.