---
title: "Delete a CRM email asset"
method: DELETE
path: "/api/storage/crm-email/asset"
tags: ["storage"]
---

# Delete a CRM email asset

`DELETE /api/storage/crm-email/asset`

Admin-only endpoint. Deletes a previously uploaded CRM email template or image (confined to the email asset directories). Best-effort: a missing asset counts as already deleted. Used to clean up orphaned uploads when a template is replaced or the compose modal is closed without saving the campaign.

## Query parameters

- `path` string, required — Storage path returned by the CRM email upload endpoints.

## Response `200`

Successful Response

- DeleteFileResponse — File deletion response model.
  - `message` string — Success message

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
