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

# Delete Enrichment

`POST /api/v1/enrichment/delete`

Delete an enrichment. Requires ownership of the project containing the enrichment.

Args:
    request: The request object containing enrichment_id and project_id (pre-validated)
    enrichment_service: Service for handling enrichment operations

Returns:
    Dict with success status and message

## Request body

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

## Response `200`

Successful Response

- EnrichmentDeleteResponse — Response schema for enrichment deletion endpoint. Attributes: message: Descriptive message about the deletion result
  - `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/versions/ba2b8d962161/schema)
