Detach a DEA registration number from a provider

This will delete the DEA registration lookup record for the specified provider.

Request
path Parameters
providerId
required
string <uuid>

The identifier describing the provider to detach the DEA registration number from.

registrationNumber
required
string

The DEA registration number to detach from the provider.

Responses
204

No Content

400

Bad Request

401

Unauthorized

402

Client Error

403

Forbidden

404

Not Found

500

Server Error

delete/providers/{providerId}/dea/{registrationNumber}