Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
As of Version | product version 2021 Autumn | component version 1.0 |
---|
Request Method | DELETE |
---|
Description | Deletes the role specified by name for the specified tenant .
Required user role: YUUVIS_SYSTEM_INTEGRATOR Meaning of the response status codes: HTTP Status Code | Meaning |
---|
204 NO CONTENT | Successful, the specified role has been deleted | 401 UNAUTHORIZED | The call was unauthorized. | 404 NOT FOUND | The specified role was not found. |
|
---|
Request Example | /tenant-management/api/system/tenants/mytenant/role/myrole
|
---|
Response Example | 204 NO CONTENT
no response body |
---|