v4

latestOpenAPI 3.1.02026-08-08278476614.0 KB
enrichment

Delete Enrichment

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

post/api/v1/enrichment/delete

Request body

enrichment_idstring uuid required
project_idstring uuid required

Example request

{
  "enrichment_id": "00000000-0000-0000-0000-000000000001",
  "project_id": "00000000-0000-0000-0000-000000000001"
}

Response

Successful Response

messagestring required