Skip to main content
DELETE
/
v1
/
patients
/
{patient_id}
/
external-ids
/
{external_id_type_id}
Remove a patient's external ID for a given type
curl --request DELETE \
  --url https://api.example.com/v1/patients/{patient_id}/external-ids/{external_id_type_id} \
  --header 'X-API-Key: <api-key>'
{
  "type": "validation_error",
  "code": "invalid_parameter",
  "message": "Field validation failed",
  "param": "phone_number"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

patient_id
string<uuid>
required

Patient UUID

external_id_type_id
string<uuid>
required

External ID type UUID

Response

Successful Response