Skip to main content
DELETE
/
patients
/
{id}
Eliminar paciente
curl --request DELETE \
  --url https://api.lina.health/v1/patients/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.linahealthcareplatform.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required
ID del paciente a eliminar (ej. pat_xyz789).
Esta acción es irreversible. Se eliminarán todos los datos del paciente, incluyendo historial de formularios, conversaciones y llamadas. Las programaciones pendientes se cancelarán automáticamente.