Delete archived artifacts
DELETE /v1/artifacts — Permanently delete one to 200 archived report artifacts and their files. Every artifact must already be archived; the re
DELETE /v1/artifacts
Permanently delete one to 200 archived report artifacts and their files. Every artifact must already be archived; the request fails without deleting anything if an id is missing, invalid, or still active.
| Method | DELETE |
| Path | /v1/artifacts |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | files |
Request body
{ "ids": ["artifact-id"] }Response body
{ "deleted": 1 }