Taiga
API ReferencePre EncounterAppointmentsV1

Deactivate appointment

Sets an appointment as deactivated. The path must contain the most recent version to prevent race conditions. Deactivating historic versions is not supported. Subsequent updates via PUT to the appointment will "reactivate" the appointment and set the deactivated flag to false.

DELETE
/appointments/v1/{id}/{version}

Authorization

BearerAuth
AuthorizationBearer <token>

Send your Taiga API key as a Bearer token. Create and manage keys in the Taiga developer portal.

In: header

Path Parameters

id*pre-encounterAppointmentId

The unique identifier for an Appointment.

version*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/appointments/v1/string/string"
Empty