Does anyone know why POST /api/v2/botversions/{versionId}/publish returns a 409 Conflict with ‘version_already_published’ even after a successful DELETE of the previous published version?
Our AppFoundry integration manages bot deployments across multiple orgs. We verify the deletion via GET before triggering the new publish, yet the API rejects the request immediately. This blocks our automated CI/CD pipeline for premium apps.