---
title: "Delete an attachment from a practitioner credentialing row"
method: DELETE
path: "/practitioners/{id}/attachments"
tags: ["Practitioner"]
---

# Delete an attachment from a practitioner credentialing row

`DELETE /practitioners/{id}/attachments`

Removes the attachment identified by fileUrl from the specified row and deletes the file from GCS.

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Request body

- DeletePractitionerAttachmentRequest — Request to delete an attachment from a practitioner credentialing row
  - `id` string, required — Row identifier (e.g., 'dea-0')
  - `fileUrl` string, required — File URL to identify the attachment for deletion

## Response `200`

Attachment deleted successfully

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/563848e0ecc0/schema)
