Delete a workflow. Cannot delete the default workflow — set another workflow as default first via the set-default endpoint.
Request
Bearer <API_KEY> from Console > Developers > Workspace API Keys.
Path parameters
Client identifier of the app.
Response
true if successfully deleted.
curl -X DELETE \
-H "Authorization: Bearer sk_workspace_test_..." \
"https://sandbox.api.hopae.com/connect/v1/apps/abc123/workflows/wf_abc123"
Returns 400 if attempting to delete the default workflow. Use the set-default endpoint to change the default first.