---
title: "Revoke Access"
method: DELETE
path: "/admin/access-management/revoke/{student_id}"
tags: ["Admin - Access Management"]
---

# Revoke Access

`DELETE /admin/access-management/revoke/{student_id}`

Revoke holiday course access from a student.
Deletes the HolidayCourseAccess document for the given student_id.

## Path parameters

- `student_id` string, required

## Response `200`

Successful Response

- AccessRevokeResponse — Response model for access revoke operation.
  - `student_id` string, required
  - `message` string, required
  - `revoked_at` string, date-time, 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-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/437cd8414e9e/schema)
