Cloudflare\User\Organizations::leave PHP Méthode

leave() public méthode

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);
    }