Cloudflare\User\Organizations::leave PHP Метод

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

Leave organization (permission needed: #organizations:edit) Remove association to an organization
public leave ( string $identifier )
$identifier string
    public function leave($identifier)
    {
        return $this->delete('/user/organizations/' . $identifier);
    }