GET /contacts/v1/contacts/deleteOperations

Retrieves the list of contact delete operations.

StatusNameTypeDescription
200  Successfully retrieved list of contact delete operations
 itemsarrayArray of retrieved contact delete operations.
 items.operationIDlongOperation ID of the contact delete operation. Keep track of this ID because it allows you to check the status of a deletion and decide how to proceed if there is a failure.
 items.eidlongID for the top-level enterprise account associated with the business unit.
 items.midlongAccount ID of the account user.
 items.employeeIDlongEmployee ID of the user who created the contact delete operation.
 items.OperationRequestIDguidRequest ID of the contact delete operation.
 items.statusstringCurrent status of the contact delete operation PendingProcessing Cancelling Cancelled Failed Completed CompletedWithErrors.
 items.scheduledTimedatetimeDate the contact delete operation is scheduled to start.
 items.startTimedatetimeDate the contact delete operation started.
 items.endTimedatetimeDate the contact delete operation ended.
 items.listTypeIDShortType of list used in the contact delete operation.
 items.listIdentifierstringIdentifier of list used in the contact delete operation.
 items.listKeystringListKey of list used in the contact delete operation.
 items.listNamestringName of list used in the contact delete operation.
 items.expectedListCountlongEstimated number of contacts to delete in the contact delete operation.
 items.actualListCountlongActual number of contacts to delete in the contact delete operation.
 items.successCountlongNumber of contacts successfully deleted in the contact delete operation.
 items.errorCountlongNumber of contacts that errored out in the contact delete operation.
 items.deleteTypestringType of delete performed: None ContactAndAttributes AttributesOnly
 items.operationNamestringName of the contact delete operation.
 items.restorableUntilDatedatetimeDeadline to restore contacts deleted by contact delete operation.
 items.createdDatedatetimeCreation date of contact delete operation.
 items.createdBylongEmployee ID of the user who created the contact delete operation.
 pageNumberintegerRequested page number of results.
 pageSizeintegerRequested page size of results.
 countintegerTotal count of contact delete operation.
 resultMessagesarrayArray of returned error messages generated while processing request.
 requestservicemessageidguidService message ID for the request.
 servicemessageidguidService message ID for the response.
    
default  Unexpected error
 pageNumberintegerRequested page number of results
 pageSizeintegerRequested page size of results
 countintegerTotal count of contact delete operation
 resultMessagesarrayArray of returned error messages generated while processing request
 requestservicemessageidguidService message ID for the request
 servicemessageidguidService message ID for the response