Skip to main content
DELETE
/
v1
/
agents
/
{workflow_permanent_id}
/
tags
/
{key}
Delete agent tag
curl --request DELETE \
  --url https://api.skyvern.com/v1/agents/{workflow_permanent_id}/tags/{key}
{
  "workflow_permanent_id": "<string>",
  "tags": {}
}

Path Parameters

workflow_permanent_id
string
required

Workflow permanent ID

Example:

"wpid_123"

key
string
required

Tag key to delete

Example:

"env"

Response

Successfully deleted tag (or no-op if absent)

Current tag map for a workflow.

workflow_permanent_id
string
required
tags
Tags · object
required