Revoke the grant option for the specified privilege on the specified all/future securable in the given scope from the named grantee.
DELETE {{baseUrl}}/api/v2/grants/:granteeType/:granteeName/:bulkGrantType/:securableTypePlural/:scopeType/:scopeName/privileges/:privilege/grant-option?deleteMode=<string>
Endpoint to indicate that the grant option for the privilege listed on the group securable in the given scope should be revoked.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
deleteMode | string | If "cascade", recursively revoke the grant from sub-grantees to which this privilege was re-granted. Acceptable values are "restrict" or "cascade". |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cstring\u003e"}