attacca
Artifacts

Delete an artifact

Removes **every revision** of the artifact, not just the one addressed — an artifact's history is the artifact, and deleting a revision out of the middle would leave a gap in the sequence.

DELETE
/v1/artifacts/{artifact_id}

Removes every revision of the artifact, not just the one addressed — an artifact's history is the artifact, and deleting a revision out of the middle would leave a gap in the sequence.

Authorization

api_key artifacts:write
AuthorizationBearer <token>

An atk_-prefixed API key, created under Settings → API keys.

In: header

Scope: artifacts:write

Path Parameters

artifact_id*string

Any revision of the artifact

Formatuuid

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/artifacts/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty