Imbo\Auth\AccessControl\Adapter\MutableAdapterInterface::deleteAccessRule PHP Method

deleteAccessRule() public method

Delete an access rule
public deleteAccessRule ( string $publicKey, string $accessId ) : boolean
$publicKey string Public key the access rule belongs to
$accessId string Access ID of the rule
return boolean
    function deleteAccessRule($publicKey, $accessId);