Workflows

Delete a workflow

Delete a workflow

post/v1/workflows/{workflow_id}/delete

Path parameters

workflow_idstring required

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

Example:wpid_123

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

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 workflow

{"stackTrail":"paths:/v1/workflows/{workflow_id}/delete:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes