curl --request POST \
--url https://api.skyvern.com/v1/workflows/{workflow_id}/delete{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete a workflow
curl --request POST \
--url https://api.skyvern.com/v1/workflows/{workflow_id}/delete{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://skyvern-mintlify-refresh-session-endpoint-1776470899.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
The ID of the workflow to delete. Workflow ID starts with wpid_.
"wpid_123"
Successfully deleted workflow