# Delete Patient Permission Remove a single permission that a clinic has over a patient account. If all permissions are revoked as a result of the update, the patient profile will be removed from the clinic. Only patients can change the permissions. Endpoint: DELETE /v1/clinics/{clinicId}/patients/{patientId}/permissions/{permission} Version: 1.0 Security: sessionToken ## Path parameters: - `clinicId` (string, required) - `patientId` (string, required) - `permission` (string, required) Enum: "custodian", "view", "upload", "note"