Revoke the specified privilege on the named securable from the named grantee.

DELETE {{baseUrl}}/api/v2/grants/:granteeType/:granteeName/:securableType/:securableName/privileges/:privilege?deleteMode=<string>

Endpoint to indicate that the privilege listed in the path 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;}