Skip to main content
DELETE
/
v1
/
workflows
Delete Workflow
curl --request DELETE \
  --url https://api.getmaxim.ai/v1/workflows \
  --header 'x-maxim-api-key: <api-key>'

Authorizations

x-maxim-api-key
string
header
required

API key for authentication

Query Parameters

id
string
required

Unique identifier of the workflow to delete

Minimum string length: 1
workspaceId
string
required

Workspace that owns the workflow

Minimum string length: 1

Response

Workflow deleted successfully