ts.art.delete

Delete an artifact (logical delete, sets status to deleted).

Delete an artifact (logical delete, sets status to deleted).

Requires authentication

Description

Performs a logical delete by setting the artifact’s status to ‘deleted’. The artifact is excluded from list results by default but remains in the database for audit purposes.

Parameters

NameTypeRequiredDefaultDescription
idstringYesArtifact ID

Response

Returns confirmation of deletion.

{
  "deleted": true,
  "id": "art_d4e5f6a1b2c3..."
}

Errors

CodeDescription
not_authenticatedNo active login for this session
not_foundArtifact not found