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
- 204
- 403
- 404
- 422
Successful Response
Forbidden
Not Found
Validation Error