# Batch delete

Base URL `https://api.accessful.de/api/v1/upload-service`. Every request needs the `X-API-Key` header — see [Authentication](https://docs.accessful.de/authentication/).

Remove several cases in one call:

```http
DELETE /delete
Content-Type: application/json
```

```json
{ "caseIds": ["7c2f1e4a-…", "3a9b8c7d-…"] }
```

The response summarises the outcome per case.
**Caution:** Same irreversible semantics as [Delete a case](https://docs.accessful.de/reference/delete/) — there is no recovery.