Skip to main content
DELETE
/
api
/
v1
/
console
/
workflows
/
{workflowId}
Delete workflow (owned only)
curl --request DELETE \
  --url https://api.bimpe.ai/api/v1/console/workflows/{workflowId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "data": null
}

Authorizations

Authorization
string
header
required

Team API key (prefix sk_). Use Authorization: Bearer or X-Api-Key: .

Path Parameters

workflowId
string
required

Response

Workflow deleted

message
string
data
object
Example:

null