Skip to content

Delete workflow

DELETE
/api/v1/workflows/{id}
curl --request DELETE \
--url https://dashboard.justcrawl.io/api/v1/workflows/example \
--header 'Authorization: Bearer <token>'

Soft-delete a workflow by ID.

id
required
string

The workflow ID.

Workflow deleted successfully.

Workflow not found.