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

curl --location --request DELETE 'http://localhost:8080/public/roles/Editor/securityPermissions' \
--header 'edgeApiKey: YWRtaW5AZGVmYXVsdHx3IDNHe2tMZTYhMkZkO3J3cipDaSZUdio5' \
--form 'perms[]=permission.pipeline'

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