Skip to main content
DELETE
/
api
/
v1
/
workflows
/
{workflow_id}
curl --request DELETE \
  --url "${UNSTRUCTURED_API_URL}/api/v1/workflows/f0a1b2c3-4d5e-6f7a-8b9c-0d1e2f3a4b5c" \
  --header "unstructured-api-key: ${UNSTRUCTURED_API_KEY}"
{}

Documentation Index

Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt

Use this file to discover all available pages before exploring further.

Path parameters

workflow_id
string
required
The unique identifier of the workflow to delete.
curl --request DELETE \
  --url "${UNSTRUCTURED_API_URL}/api/v1/workflows/f0a1b2c3-4d5e-6f7a-8b9c-0d1e2f3a4b5c" \
  --header "unstructured-api-key: ${UNSTRUCTURED_API_KEY}"
{}