Zendesk\API\Resources\Core\Sessions::logout PHP Method

logout() public method

Deletes the current session.
public logout ( ) : null
return null
    public function logout()
    {
        return $this->client->delete($this->getRoute(__FUNCTION__));
    }