---
title: "Delete Learning"
method: DELETE
path: "/learnings/{learning_id}"
tags: ["Learnings"]
---

# Delete Learning

`DELETE /learnings/{learning_id}`

Permanently delete a learning record by its ID. Records with no owner (`user_id IS NULL` — shared agent/team/session/entity learnings) may only be deleted by an admin.

## Path parameters

- `learning_id` string, required — The learning ID

## Query parameters

- `db_id` string, nullable — Database ID to use
- `table` string, nullable — The database table to use (requires db_id)

## Response `204`

Successful Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

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