Tags

Delete tag key

Delete a tag key from the organization registry and remove that tag from every workflow that currently has it (cascade). Returns how many workflows the tag was removed from.

delete/v1/tag-keys/{key}

Path parameters

keystring required

Tag key to delete

Example:env

Tag key to delete

Headers

x-api-keystring nullable

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Response

Successfully deleted tag key

keystring required
removed_from_workflow_countinteger required
removed_from_run_countinteger
removed_countinteger

Changes

Changed in 5 of the 63 revisions of this API.39

    • added the new optional header request parameter x-api-key

      new-optional-request-parameter

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • deleted the header request parameter x-api-key

      request-parameter-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    This revision also has 28 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional header request parameter x-api-key

      new-optional-request-parameter

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • api tag Tags added

      api-tag-added

    • api tag Workflow Tags removed

      api-tag-removed

    • endpoint added

      endpoint-added