Hello,
We are trying to deploy package files (.yxzp) from git repo to Alteryx gallery using the admin endpoint POST /api/admin/v1/workflows as described in the article here . We were able to successfully do this part. Our use case requires us to search for the workflow by name and retrieve its appId using the subscription endpoint GET /v1/workflows/subscription/ and then trigger these workflows using subscription endpoint POST /v1/workflows/{appId}/jobs/.
When we manually deploy these workflows, we usually replace the old workflow that has same name with the new from the gallery UI. Is there an endpoint (admin endpoint preferably) to do similar action? or is there an admin endpoint to delete a workflow?
Appreciate any guidance on this. Thanks.