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

# Update or Delete licenses for a practitioner

`PUT /practitioners/{id}/licenses`

Update or Delete licenses for a practitioner

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Request body

- LicenseUpdateRequest1[]
  - `expiration` string, date
  - `issueDate` string, date
  - `licenseNumber` string — License number
  - `state` string — State where the license is issued
  - `licenseType` string — Type of medical license
  - `licenseStatus` string — Status of the license
  - `licenseSource` string — Source of the license data
  - `reportDate` string, date
  - `licenseNumberVariations` string — Alternative license number formats
  - `action` string — Action to perform on this license record (create, update, delete)

## Response `200`

Practitioner licenses updated 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)
