Delete Artifact
Operators
Delete Artifact
DELETE /v0/operator/artifacts/:publicId — Destroy an artifact; the URL returns 410 Gone
DELETE
Delete Artifact
Permanently destroys an artifact. The artifact is tombstoned — its shareable URL immediately starts returning
410 Gone with a tombstone page. This action is irreversible.
Requires user auth (ut_ token). The operator must be bound to the agent that owns the artifact.
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
publicId | string | Yes | The unique identifier of the artifact to delete |
Example response
Response fields
Thedata object is empty on success. Check ok: true to confirm deletion.