Skip to main content
DELETE
Delete a workflow. Cannot delete the default workflow — set another workflow as default first via the set-default endpoint.

Request

string
required
Bearer <API_KEY> from Console > Developers > Workspace API Keys.

Path parameters

string
required
Client identifier of the app.
string
required
Workflow identifier.

Response

boolean
true if successfully deleted.
Returns 400 if attempting to delete the default workflow. Use the set-default endpoint to change the default first.