Batches
...
Batches API
Batches
Delete Batch
4min
Batches can be deleted by making an HTTP DELETE request to the /batches/BATCH_ID endpoint (where BATCH_ID is the id of the Batch you wish to delete).
A Batch can only be deleted when it is not running. To check whether a Batch is currently running use the Get Batch endpoint.
DELETE /batches/BATCH_ID
In the example below we delete a Batches with id=123456 :
VALUE SERP responds with a JSON object confirming that the Batch has been deleted, or detailing the error if it has not been possible to delete the Batch:
Next Steps Get Batches List Batches
Updated 13 Aug 2024
Did this page help you?