---
title: "Delete Flashcard"
method: DELETE
path: "/teacher/courses/{course_id}/flashcards/{flashcard_id}"
tags: ["Teacher Courses"]
---

# Delete Flashcard

`DELETE /teacher/courses/{course_id}/flashcards/{flashcard_id}`

Delete a flashcard from a teacher course.

Allows deletion of a flashcard that belongs to a course owned by the authenticated teacher.

## Path parameters

- `course_id` string, required
- `flashcard_id` string, required

## Response `200`

Successful Response

- unknown

## 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/a5af9b3b34f7?raw)
