---
title: "Update or Delete a supporting document for a practitioner"
method: PUT
path: "/practitioners/{id}/supporting-documents"
tags: ["Practitioner"]
---

# Update or Delete a supporting document for a practitioner

`PUT /practitioners/{id}/supporting-documents`

Update or Delete a supporting document for a practitioner

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Request body

- SupportingDocumentUpdateRequest2[]
  - `fileUrl` string, required — URL of the supporting document file
  - `fileType` string — Type of the supporting document
  - `originalFileName` string — Original name of the uploaded file
  - `createdAt` string, date
  - `createdBy` string — Email of the user who created the document
  - `state` string — State associated with the document
  - `expirationDate` string, date
  - `source` string — Source of the document

## Response `200`

Supporting documents deleted successfully

## Other responses

- `400` — Bad request - Invalid input
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Practitioner not found
- `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/versions/3d27e9019c7b/schema)
