Delete Meeting
This request drops all calls from a meeting and deletes the meeting instance.
delete | /meetings/{meetingNumber} |
Sample Request
A sample DELETE request to delete a meeting, targeted by meetingNumber
:
curl -X DELETE \
'https://api.carrierx.com/conference/v1/meetings/106131' \
-u '[your_user_name]:[your_password]'
Sample Response
204
status code with an empty body.
note
Note that the meetingNumber
and not the id
is used to target the meeting.
Path Arguments
Parameter | Data Type | Description |
---|---|---|
meetingNumber required | integer | The meeting number. |