Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deleteConference #1

Closed
beatou opened this issue Feb 8, 2014 · 1 comment
Closed

deleteConference #1

beatou opened this issue Feb 8, 2014 · 1 comment

Comments

@beatou
Copy link

beatou commented Feb 8, 2014

     public function deleteConference($id)
    {
        return $this->getResponse('DELETE', array('conferences/'.$id));
    }

In my opinion it should use also account id:

   public function deleteConference($conference_id,$account_id)
    {
        return $this->getResponse('DELETE', array('accounts/'.$account_id.'/conferences/'.$conference_id.'.json'));
    }
@pbrydzinski
Copy link
Contributor

Examples presented on https://github.com/ClickMeeting/DevZone refer to the retail API.

In your case it looks that you are using Private Label API.
Unfortunately we have no examples for it,
but you can easy customize this scripts to your needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants