Hello!
Not much of an enhancement request, perhaps more of an FYI. I don't see much discussion around the API, so maybe this isn't the place for it. But I've seen some, so maybe it will make its way to the people who can fix it.
I've been working from the Postman Collection for the API documentation I've found a spot where the documentation appears to disagree with the API and itself. Below I've attached a screen cap of the delete asset endpoint where it shows using a query parameter to specify the asset to delete. Further down you can see in the Python example provided (the other scripts as well) that it uses a path parameter for the assetID.