Delete Role Binding
Delete the user/group's role assignment. If the path is provided then deletes only the roles_for_paths that matches the path. If path is provided for the last roles_for_paths then the whole role binding is deleted provided it is not that of a local user. For deleting multiple paths, please provide semi-colon ';' separated paths in the request parameter.
User/Group's id
Opaque cursor to be used for getting next page of records (supplied by current result page)
Identity source ID
Identity source type
Comma separated list of fields that should be included in query result
User/Group name
Maximum number of results to return in this page (server may return fewer)
Exact path of the context
Role ID
Prefix path of the context
sort_ascending
Field by which records are sorted
Type
OK
Bad Request
{
"details": "string",
"error_code": 0,
"error_data": {},
"error_message": "string",
"module_name": "string",
"related_errors": [
{
"details": "string",
"error_code": 0,
"error_data": {},
"error_message": "string",
"module_name": "string"
}
]
}
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/v1/aaa/role-bindings/{binding-id}