Delete a video meeting
Audience:
•
Version: 10.5.5
Some tooltip text!
• Less than 1 minute to read
• Less than 1 minute to read
The DeleteVideoMeetingReservation Agent REST endpoint removes/deletes a video meeting reservation.
Note
A user creating a video meeting needs to be configured, and therefore a SystemUsers is NOT allowed to create or delete a video meeting.
Request
POST https://{{env}}.superoffice.com/{{tenant}}/v1/Agents/Appointment/DeleteVideoMeetingReservation HTTP/1.1
Authorization: Bearer {{access_token}}
Content-Type: application/json
{
"VideoMeetingId": "f1098b4e-e506-4fb..."
}
Response
HTTP/1.1 204 No Content
Additional documentation can be found in the DeleteVideoMeetingReservation Agent reference.