---
title: "Delete attachment"
method: DELETE
path: "/api/{cloudId}/v1/alerts/{alertId}/attachments/{id}"
tags: ["Alerts"]
---

# Delete attachment

`DELETE /api/{cloudId}/v1/alerts/{alertId}/attachments/{id}`

Deletes the specified attachment from the alert.

## Path parameters

- `cloudId` string, required
- `alertId` string, required
- `id` string, required

## Response `204`

Returned if the attachment is successfully deleted.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the user does not have permission to delete the attachment.
- `404` — Returned if the attachment is not found.

---

[API](https://skmtc.net/atlassian/apis/jsm-operations-api.md) · [All operations](https://skmtc.net/atlassian/apis/jsm-operations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jsm-operations-api/versions/ed65f017bcb8/schema)
