Skip to main content
DELETE
Remove one or more appointments from this shipment. Silently ignores appointments that are not currently linked. The mutation rule is the same as Attach Appointments to Shipment: the link can be removed when EITHER the appointment is past blood-draw, or the shipment was created less than 24 hours ago.

Request

Path parameters

string
required
Shipment reference ID (e.g., P2604154821).

Body parameters

string[]
required
Array of appointment UUIDs to detach. Must contain at least one item.

Response

On success, the API returns 200 OK with the full appointment list for the shipment, oldest-link first. Each entry has the same shape as Get Appointment. Mirror of Detach Shipments from Appointment, which returns the post-mutation shipment list for the parent appointment.

Error responses