Is there a way to get some package(component) by name, not by id?

Hello everyone!
Is there a way to get some package(component) by name, not by id?
Looking into swagger I’ve discovered the only endpoint that allows you to get all packages with pagination and you can grab component or asset id from this object properties.

Is there a way through API to get the package from the repository by name?
I’ve wanted to achieve this:
Someone load the bad package to the server in NuGet repository. We have about 70k+ packages there and it seems to be very strange to grab all packages from this repository to find only one.
Is there an easy way to do that via API?

The anwser is simple. You need to use search API endpoint to find asset, grab Id and then delete it.
Sorry for bothering :slight_smile: