CheckBulkDeleteJobStatus
Retrieve the status of a request to delete rows.
Input
| Name | Type | Description |
| BulkUUID | String | UUID generated by an asynchronous API request or Bulk API request. |
Result Set Columns
| Name | Type | Description |
| RequestStatus | String | The status of the asynchronous request, such as Pending, Completed, or Error. |
| ResultMessage | String | Describes the result of the operation. |
| ErrorCode | Integer | If applicable, an error code associated with the operation. |
| RequestId | String | Identifies the bulk or asynchronous request. |