Skip to main content
DELETE
/
v1
/
batch-sessions
/
{batch_id}
Delete Batch Sessions
curl --request DELETE \
  --url https://api.anchorbrowser.io/v1/batch-sessions/{batch_id} \
  --header 'anchor-api-key: <api-key>'
{
  "data": {
    "batch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "deleted_sessions": 123,
    "failed_deletions": 123,
    "errors": [
      {
        "session_id": "<string>",
        "error": "<string>"
      }
    ],
    "message": "<string>"
  }
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

batch_id
string<uuid>
required

The unique identifier of the batch

Response

Batch sessions deleted successfully

data
object