Skip to main content

Delete Trace Tag

DELETE 

/datasets/:dataset_id/versions/:version_id/trace-tags

Remove one tag from a dataset version.

Deletes the row identified by (target_ref, key) for this version. Idempotent: deleting a tag that does not exist (or was already removed) still returns 204 rather than failing, so a caller can retry a delete without first checking whether it already took effect.

Request​

Responses​

Successful Response