No Results
Remove Role Permissions

EdgeCore version: 4.3.0

Method

DELETE /public/roles/{roleName}/securityPermissions

Used to remove security permissions from a given role.

Parameters

Name Type Description Mandatory
roleName
string Name of the role from which you want to  remove assigned permissions Yes
perms[]
Array of strings Permission(s) you want to remove Yes


cURL example

HTTP Response

Code Status Description
204 No Content The request has succeeded, but there is no additional content to send in the response payload body.

Terms | Privacy