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

KeyDatatypeRequiredDescription
deleteModestringIf "cascade", recursively revoke the grant from sub-grantees to which this privilege was re-granted. Acceptable values are "restrict" or "cascade".

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;status&quot;:&quot;\u003cstring\u003e&quot;}