rbac
Remove a permission from the role
delete/api/v1beta1/roles/{role}/permissions
Request body
Example request
{
"subject": "user:root",
"object": "docker_image:example",
"action": "read"
}Response
The removed permission
Example response
{
"subject": "user:root",
"object": "docker_image:example",
"action": "read"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.