Delete a Role
{ deleteRole }
Removes a role from the system.
Method
/API2/access/deleteRole
Input Parameters
Name
roleId
Type
string
Description
The system role ID
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Notes
This function cannot be undone. Use it carefully.
Examples
User Operations (JavaScript):
This example demonstrates how to find and delete users, roles and tenants.
The example uses API authentication driven from JavaScript. See Authentication APIs for alternatives.