Delete#
Delete a User.
Query#
DELETE /api/v1/user/{id}/force?organisation={ORG_NAME}
with:
id
: id or login of the userORG_NAME
: the organisation name from which the user is to be removed
Response#
Status codes#
204
: if User is successfully deleted401
: Authentication error403
: Authorization error
Last update:
October 13, 2023 07:01:35