I am trying to build a suite of tools using the V3 api. However, I have run into some issues with some API calls.
When I try to delete a workflow using the delete endpoint: /v3/workflows/{workflowId} I am getting a 500 'Internal Server Error'.
However, I do not run into this issue with multiple other API calls.
I haven't run into this issue with any GET calls, and have been able to use the delete collection call: Delete: /v3/collections/{collectionId}
Any suggestions where I should start looking?
Thanks!