POST /contacts/v1/operations/delete/{operationID}/retry
Retry failed contact delete operation.
| Name | Type | Description | |
|---|---|---|---|
| operationID | string | undefined |
| Status | Name | Type | Description |
|---|---|---|---|
| 200 | Retry delete operation response. | ||
| operationID | integer | Operation ID for the retried request. | |
| operationRestarted | boolean | Indicates whether the request restarted. | |
| requestServiceMessageID | guid | Service message ID for the request. | |
| responseDateTime | integer | The date and time of the retry response is in GMT time. | |
| resultMessages | array | Messages about the request, like resulttype and resultcode. If the request results in errors, those details are listed here. | |
| serviceMessageID | guid | Service message ID for the response. |
Example Request
Example Response