Skip to main content

Delete Workflow

Delete a workflow in a project

Path Parameters
  • workspaceId string required

    The ID of the workspace the workflow belongs to

  • projectId string required

    The ID of the project the workflow belongs to

  • workflowId string required
Responses

Ok


Schema
  • boolean
DELETE /v1/w/:workspaceId/p/:projectId/wf/:workflowId

Authorization

Request

Base URL
https://api.flethy.com
Bearer Token
workspaceId — path required
projectId — path required
workflowId — path required
curl -L -X DELETE 'https://api.flethy.com/v1/w/:workspaceId/p/:projectId/wf/:workflowId' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'