Batches
...
Batches API
Batches

Delete Batch

4min

Delete Batch

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.



Example

DELETE /batches/BATCH_ID

In the example below we delete a Batches with id=123456 :

Curl
Node.js
Python
PHP


Scale 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:

JSON



Next Steps      Get Batches      List Batches

Updated 13 Aug 2024
Did this page help you?