I want to delete a service principal (an Azure AD application) from the list of applications of a given customer, so I am query for the list of Service Principals in the tenant with: https://graph.microsoft.com/beta/servicePrincpials
The issue is that I can see many applications but not the one we are working on. This application is not added manually through the Azure Portal but through an Admin consent dialog shown to the customer to grant the requested permissions to our application to access the Azure AD.
If I copy the object-id from Azure Portal I am able to get the application, or to delete it using the graph api, but I am not able to get it through the list of applications.