Delete

Get all patient manual deletion requests

get

Lists all manual deletion requests for patients

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Responses
chevron-right
200

Fetched all Succesfully

application/json
get
/api/patients/manual-request/delete

Create patient manual deletion request

post

Adds a new deletion request for a patient

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Body
patientIdstringRequired

Patient external ID

Example: abc-def-ghi
Responses
chevron-right
200

Created

application/json
post
/api/patients/manual-request/delete

Was this helpful?