POST /contacts/v1/operations/delete/{operationID}/retry

Retry failed contact delete operation.

NameTypeDescription
operationIDstringundefined
StatusNameTypeDescription
200  Retry delete operation response.
 operationIDintegerOperation ID for the retried request.
 operationRestartedbooleanIndicates whether the request restarted.
 requestServiceMessageIDguidService message ID for the request.
 responseDateTimeintegerThe date and time of the retry response is in GMT time.
 resultMessagesarrayMessages about the request, like resulttype and resultcode. If the request results in errors, those details are listed here.
 serviceMessageIDguidService message ID for the response.

Example Request

Example Response