Is there a way to delete a published AIP Logic Function without hitting the REST API endpoint? Here are the steps that led to the issue:
- Created AIP Logic by installing from marketplace
- Published AIP Logic function
- Deleted marketplace installation
- Installed new instance of marketplace installation
- Can’t publish the AIP Logic function using the same API because the old one still lingers
- Need the specific API available because I need to use it in a marketplace installed function and permissions weren’t properly configured for the previously published one (and I might need to make manual edits)
EDIT: to add to this, I tried to delete the resource using the API endpoint and it throws a ResourceNotFound error at me, maybe because permissions changed?