---
title: "Manage DEA records for a practitioner"
method: PUT
path: "/practitioners/{id}/dea"
tags: ["Practitioner"]
---

# Manage DEA records for a practitioner

`PUT /practitioners/{id}/dea`

Updates, creates, or deletes DEA (Drug Enforcement Administration) registration records for the specified practitioner; supply an array of DEA record items where each item includes an `action` field indicating the operation to perform (`create`, `update`, or `delete`). Use this to manage a practitioner's DEA registrations — for example, when a new registration is issued, an existing registration expires or changes, or a registration is revoked; DEA registrations govern controlled-substance prescribing authority. `{id}` is the `certifyPractitionerId`. Submitting an empty array wholesale-clears the entire DEA-records section with no confirmation step — there is no null/empty guard on this endpoint.

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Request body

- DeaUpdateRequest1[]
  - `expireDate` string, date
  - `affiliation` string — DEA affiliation information
  - `deaNumber` string — DEA registration number
  - `state` string — State where the DEA is registered
  - `providerType` string — Type of healthcare provider
  - `verifiedBy` string — Person who verified the DEA information
  - `verifiedDate` string, date
  - `source` string — Source of the DEA data
  - `type` string — Type of DEA registration
  - `status` string — Status of the DEA registration
  - `id` string — UUID of the DEA record; generated client-side on create
  - `action` string — Action to perform on this DEA record (create, update, delete)

## Response `200`

Practitioner DEA 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)
