Skip to main content
POST
/
v1
/
workflows
/
{workflow_id}
/
delete
Delete a workflow
curl --request POST \
  --url https://api.skyvern.com/v1/workflows/{workflow_id}/delete
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-api-key
string | null

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

Path Parameters

workflow_id
string
required

The ID of the workflow to delete. Workflow ID starts with wpid_.

Example:

"wpid_123"

Response

Successfully deleted workflow