Delete batch
Deletes the entire batch and all its sessions.
Request
DELETE /batches/{batchId}
Parameters
Name | Type | In | Description |
---|---|---|---|
batchId | string | path | The Batch ID or Pointer ID of the batch to delete |
Response
This API will respond with 202 and no body.
If the batch does not exist, it will respond with status 404
cURL example
curl -H "X-Eyes-Api-Key: <your-api-key>" -X DELETE "https://eyes.applitools.com/api/v1/batches/<some-batch-id>"