Any restrictions on Forge apps deleting assets in JSM Assets?

I’ve got a program that works with JSM Assets in a JSM Issue. One of the things I have is the ability to delete the asset record that is associated with the JSM issue. In postman, I can delete the asset with no problems. However, in my forge app, I get a 403 error when trying to delete. I have this in my manifest: delete:cmdb-object:jira
I’ve resorted to just ‘unassociating’ the asset record from the issue for now, but that’s leaving orphaned asset records in the database. Is there other scopes I need to add to be able to delete the asset object?