Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.skyvern.com/v1/agents/{workflow_permanent_id}/tags/{key}
{ "workflow_permanent_id": "<string>", "tags": {} }
Soft-delete a single tag from a workflow. Writes a DELETE event row.
Workflow permanent ID
"wpid_123"
Tag key to delete
"env"
Successfully deleted tag (or no-op if absent)
Current tag map for a workflow.
Show child attributes
Was this page helpful?