User Management
Delete User
Removes a user from the system if they are not the owner of any team with other members. Requires user:delete
scope unless deleting self (which is generally disallowed if owner).
DELETE
Authorizations
Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.
Path Parameters
UUID of the user to delete.
Response
204
User deleted successfully.