Skip to main content
DELETE
/
api
/
v1
/
flows
/
{id}
Delete a flow
curl --request DELETE \
  --url https://api.dualship.run/api/v1/flows/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Workspace-Id: <x-workspace-id>'
{
  "code": "BAD_REQUEST",
  "error": "invalid request parameters"
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Headers

X-Workspace-Id
string
required

Workspace ID

Path Parameters

id
string
required

Flow ID

Response

Flow deleted successfully