GET /contacts/v1/contacts/actions/delete/status?operationID=

Retrieves status of contact deletion operation.

NameTypeDescription
operationIDintegerRequiredQuery string parameter indicating ID of operation to check status

Use the OperationID value returned by a contact delete call in the query string parameter.

Since the contact delete call has 2 phases, there is a response example for each of the 2 phases.

In the delete phase, the backgroundOperationStatusID under the backgroundOperationsSummary node provides that status. If you're implementing this API, should use the backgroundOperationStatusID to determine whether or not the deletion has been fully processed. The notable values of backgroundOperationStatusID are:

All other status values should be interpreted as "Processing". Developers often use this status in their API implementation layer.