DELETE /tenant-management/api/admin/users/{id}

As of Versionproduct version 2020 Winter | component version 1.0
Request MethodDELETE
Description

Deletes the user specified by id.

Required user role: YUUVIS_TENANT_ADMIN

Meaning of the response status codes:
HTTP Status CodeMeaning
204 NO CONTENTSuccessful, the specified user has been deleted
401 UNAUTHORIZEDThe call was unauthorized.
404 NOT FOUNDThe specified user was not found.
Request Example

/tenant-management/api/admin/users/a99a0bb1-2345-6c77-8901-22dee3f4a567

Response Example

204 NO CONTENT

no response body