cURL
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" }
Delete a flow by ID
Documentation IndexFetch the complete documentation index at: https://docs.dualship.run/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.dualship.run/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication
Workspace ID
Flow ID
Flow deleted successfully
Was this page helpful?