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

# Update or Delete CDS records for a practitioner

`PUT /practitioners/{id}/cds`

Update or Delete CDS (Controlled Dangerous Substances) records for a practitioner (CP-28738)

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Request body

- CdsUpdateRequest1[]
  - `id` string — UUID of the CDS record; generated client-side on create
  - `state` string — State where the CDS is registered
  - `number` string — CDS license number
  - `status` string — Status of the CDS registration
  - `expirationDate` string, date
  - `source` string — Source of the CDS data
  - `url` string — URL reference for the CDS record
  - `flaggedDate` string, date
  - `reportDate` string, date
  - `providerType` string — Type of healthcare provider (deprecated)
  - `action` string — Action to perform on this CDS record (create, update, delete)

## Response `200`

Practitioner CDS records 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/revisions/563848e0ecc0/schema)
