Revoke 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?deleteMode=<string>

Endpoint to indicate that 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;}