DELETE /tenant-management/api/admin/role/{name}

As of Versionproduct version 2021 Autumn | component version 1.0
Request MethodDELETE
Description

Deletes the role specified by name.

Required user role: YUUVIS_TENANT_ADMIN

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

/tenant-management/api/admin/role/myrole

Response Example

204 NO CONTENT

no response body