Delete an artifact
DELETEhttps://platform.docana.com/api/v1/artifacts/:artifactId/
A soft delete: the document backing the artifact is marked ARCHIVED, which hides the artifact from listings and lookups. Failures answer 500 with { success: false, error } instead of the standard error shape.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The artifact was deleted
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
A resource referenced by the path does not exist or is not visible to the caller.
The deletion failed