According to the documentation, the only way to remove a user from an organization via the Jira Service Desk REST API is to include a list of user names to be removed in the body of the DELETE request. This is very non-standard practice for a REST API to require a payload in the body of a DELETE request. So much so that the core ruby oauth library doesn't even allow it. Is there possibly some other way to accomplish the task of removing a user from an organization via another endpoint or via request parameters?
Thanks,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.