---
title: "Delete Webinar Session"
method: DELETE
path: "/webinar/configuration/v1/webinars/{webinarId}/sessions/{sessionId}"
tags: ["Webinars and Sessions"]
---

# Delete Webinar Session

`DELETE /webinar/configuration/v1/webinars/{webinarId}/sessions/{sessionId}`

Deletes a Webinar Session. All child objects (Invitees) will be also deleted.
It is disallowed to delete a Session which is in 'Active' or 'Finished' state

## Response `204`

The Session was successfully deleted

## Other responses

- `403` — General response with **HTTP 403 "Forbidden"** status.<br> Reasons: the requested operation is forbidden because of certain resource state, lack of permissions, feature unavailability, etc.
- `404` — General response with **HTTP 404 "Not found"** status.<br> Reasons: the entity with given ID (typically specified in a path parameter), is not found or inaccessible
- `500` — General response with **HTTP 500 "Internal Server Error"** status.<br> Reasons: general server-side error.

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/revisions/8d602198ec97/schema)
