Delete role
Use the Delete role API to delete an existing role in the Control Room.
Request
DELETE https://{{ControlRoomURL}}/v1/usermanagement/roles/<role ID>
Header: X-Authorization <<authentication token>>
All API calls must contain an authentication token in the request header. Use the Authentication API to
generate a JSON Web Token. See Authentication API.Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
role ID | Integer | Yes | Enter the Id of the role. |
Response
200 OK
Note: View the Control Room APIs in the
Community Edition, but API functionality is limited. You need a
licensed Automation 360 Edition to access the full functionality of
the APIs.
The REST API responds to each request with an HTTP
response code. For response codes, see API response codes.