Delete a user
Deletes a single user. Identify the user with accountId in the WITH clause. Availability and behavior depend on Jira/Atlassian configuration.
DELETE FROM Users
WITH (OUTPUT=1, accountId = '547059:136095a0-XXXX-XXXX-XXXX-3e4c66f26551', ContinueOn404Error=0)