Can I remove a user from list with the API by adding the identifier to the URL and not the body?
I have another system that won’t let me add a body to a delete API request. Is there a way for me to add the identifier I want to delete into the request URL instead of in the body of the request?
