Delete tag value
Tags
Delete tag value
Soft-delete a grouped tag (key, value) and remove that label from every workflow carrying it (cascade). The value rides in the body so values containing ’/’ stay addressable. Returns how many workflows the label was removed from.
DELETE
Delete tag value
Headers
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Path Parameters
Tag key (group)
Example:
"env"
Body
application/json
Body for DELETE /v1/tag-values/{key}. The value rides in the body, not the
path, so values containing / stay addressable.
Tag value (label) under the key to soft-delete.

