> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete a video meeting

> Delete a video meeting

The **DeleteVideoMeetingReservation Agent** REST endpoint removes/deletes a video meeting reservation.

<Note>
  A user creating a video meeting needs to be [configured][1], and therefore a SystemUsers is *NOT* allowed to create or delete a video meeting.
</Note>

## Request

```http theme={null}
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][2].

[1]: ../../../../../integrations/video-meetings/howto/connect-provider

[2]: ../../../reference/restful/agent/Appointment_Agent/v1AppointmentAgent_DeleteVideoMeetingReservation
