Delete an order contact (legacy)
Important
A newer version of this REST API (v2.1) is available. If you're new to this REST API, use the new version. Alternatively, if you're already using the old version, read about the differences between v2 and v2.1 so you can upgrade.
DELETE /v2/orderContacts/<orderContactRef>
Removes a guest from an order. An empty, 204 No Content
response means that the deletion was successful.
RequestResponse
curl -X DELETE '<baseURL>/v2/orderContacts/f8d1f0d5-365d-46b7-becf-d041e93a5705' \
-u '<username>:<password>' \
-H 'Accept: application/json'