Cloudflare\Organizations\Firewall\AccessRules\Rules::delete_rule PHP Метод

delete_rule() публичный Метод

Delete access rule (permission needed: #organization:edit) Remove an access rule so it is no longer evaluated during requests. This will apply to all zones owned by the organization
public delete_rule ( string $organization_id, string $identifier )
$organization_id string
$identifier string
    public function delete_rule($organization_id, $identifier)
    {
        return $this->delete('organizations/' . $organization_id . '/firewall/access_rules/rules/' . $identifier);
    }