---
title: "Delete Webinar Slot"
method: DELETE
path: "/admin/webinars/slots/{slot_id}"
tags: ["Admin - Webinars"]
---

# Delete Webinar Slot

`DELETE /admin/webinars/slots/{slot_id}`

Delete a webinar slot.
Only accessible by admin users.

Note: This will also delete any associated registrations.
Consider sending cancellation emails in a future enhancement.

## Path parameters

- `slot_id` string, required — The ID of the webinar slot to delete

## Response `200`

Successful Response

- DeleteResponse — Response model for delete operations
  - `message` string, required
  - `success` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
