DELETE /tenant-management/api/system/tenants/{tenant}/users/{id}

As of Versionproduct version 2.4 | component version 1.0
Request MethodDELETE
Description

Deletes the specified user of the specified tenant.

Send the request with the tenant name and the id specifying the user.

Required user role: YUUVIS_SYSTEM_INTEGRATOR

Meaning of the response status codes:

HTTP Status CodesMeaning
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/system/tenants/myTenant/users/a99a0bb1-2345-6c77-8901-22dee3f4a567

Response Example204 NO CONTENT

no response body