MINARA

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.

MethodDELETE
Path/v1/artifacts
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryfiles

Request body

{ "ids": ["artifact-id"] }

Response body

{ "deleted": 1 }

On this page