---
title: "Delete a debug attachment"
method: DELETE
path: "/debugattachment/{debugAttachmentId}"
tags: ["debugattachment"]
---

# Delete a debug attachment

`DELETE /debugattachment/{debugAttachmentId}`

Delete a debug attachment. be careful not to delete on during attaching phase.

## Path parameters

- `debugAttachmentId` string, required

## Response `200`

OK

## Other responses

- `400` — Invalid ID supplied
- `404` — Debug config not found
- `422` — Validation exception

## Changes

- **2017-12-05** `96bf67aa2c37` — 1 info
  - endpoint added
- **2017-08-22** `7d244be4e5ca` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/solo-io/apis/squash-server/changes/debugattachment/:debugAttachmentId/delete.md)

---

[API](https://skmtc.dev/solo-io/apis/squash-server.md) · [All operations](https://skmtc.dev/solo-io/apis/squash-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/solo-io/squash-server/revisions/03ddbf850d54/schema)
