DELETE

/v1/patients/{id}

Authorization*
curl --request DELETE \
  --url https://api.opkit.co/v1/patients/{id} \
  --header 'Authorization: <authorization>'

Authorizations

Authorizationheaderrequired
string

The Opkit API uses the HTTP Bearer Token scheme for authentication. You should provide your API key in the Authorization header like so: "Authorization: Bearer [api-key]".

Path Parameters

idrequired
string

Response

200