Delete Historic Batch
Deletes a historic batch by id, including related historic job logs.
Method
DELETE /history/batch/{id}
Parameters
Path Parameters
Name | Description |
---|---|
id | The id of the batch to be deleted. |
Result
This method returns no content.
Response Codes
Code | Media type | Description |
---|---|---|
204 | Request successful. | |
404 | application/json | Deployment with id 'aDeploymentId' does not exist. See the Introduction for the error response format. |
Example
Request
DELETE /history/batch/aBatch
Response
Status 204. No content.