How do I delete a workflow? #1387
Unanswered
kpham-polb
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @kpham-polb! Thank you for the question! Workflow delete functionality is currently supported via the UI, but not via a public API operation. You might be able to achieve your goal using the deprovisioning endpoint, but the workflow definition would be retained within your CID. We have informed the engineering team responsible for these endpoints that developers are interested in this functionality. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it this endpoint?
POST /workflows/system-definitions/deprovision/v1
I see on the UI it's something like:
DELETE /api2/workflows/entities/definitions/v2?ids=xxxxxxxx
But I don't know if it's specifically supported. I don't see an similar feature in the swagger docs or this SDK.
Beta Was this translation helpful? Give feedback.
All reactions