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

# Update or Delete DEA records for a practitioner

`PUT /practitioners/{id}/dea`

Update or Delete DEA records for a practitioner

## 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
  - `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/versions/3d27e9019c7b/schema)
