---
title: "Delete Enrichment From Library"
method: POST
path: "/api/v1/enrichment/delete_from_library"
tags: ["enrichment"]
---

# Delete Enrichment From Library

`POST /api/v1/enrichment/delete_from_library`

Delete an enrichment.
Requires authentication.

Args:
    request: The request object containing enrichment_id
    enrichment_service: Service for handling enrichment operations

Returns:
    Dict with success status and message

## Request body

- EnrichmentDeleteFromLibraryRequest — Request schema for deleting an enrichment from the library. Attributes: enrichment_id: Unique identifier for the enrichment to delete
  - `enrichment_id` string, uuid, required

## Response `200`

Successful Response

- EnrichmentDeleteFromLibraryResponse — Response schema for deleting an enrichment from the library.
  - `message` string, required

## Other responses

- `422` — Validation Error

---

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