Revoke the grant option for the specified privilege on the named securable from the named grantee.
DELETE {{baseUrl}}/api/v2/grants/:granteeType/:granteeName/:securableType/:securableName/privileges/:privilege/grant-option?deleteMode=<string>
Endpoint to indicate that the grant option for the privilege listed in the path 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"}