role

Deletes the named role.

Example Request

DELETE http://example.com:8080/livecluster/rest/user/role

Example Input

Parameters

Parameter Name

Data Type

Description

Sample Value

name

String

Name of the role you want to delete

test

Example Response

204 no content

Result: The specified role is deleted.