Delete operation supported by AzureAD source

Thanks @colin_mckibben for taking this up.
Within HTTP Request action, the Request URL field (which is a value) looks something like this (I’ve used inline variable with a filter) -
https://targetsystem.com/users/{{$.getAccounts.accounts[?(@.sourceName == \"Test Source\")].attributes.objectId}}

Once the workflow runs, it fails at the HTTP Request step where I can see that the Request URL hasn’t resolved the expression to a value.

There is another post for the HTTP Request inline variable -