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

# Update or Delete board certifications for a practitioner

`PUT /practitioners/{id}/board-certifications`

Update or Delete board certifications for a practitioner

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Request body

- BoardCertificationUpdateRequest1[]
  - `certificateId` string — Unique identifier for the board certification
  - `certificateType` string — Type of board certification
  - `durationType` string — Duration type of the certification
  - `expireDate` string, date
  - `issueDate` string, date
  - `speciality` string — Medical specialty
  - `subspeciality` string — Medical subspecialty
  - `verifiedBy` string — Person who verified the board certification
  - `verifiedDate` string, date
  - `moc` string — Maintenance of Certification status
  - `status` string — Status of the board certification
  - `occuranceType` string — Occurrence type of the certification
  - `recordType` string — Type of record
  - `action` string — Action to perform on this board certification (create, update, delete)

## Response `200`

Practitioner board certifications 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)
