delete_delivery_option

Updated August 7, 20261 min read

Delete a delivery option by ID via DELETE /delivery-options/{id}.

Parameters

NameTypeRequiredDescription
tenantIdstringYesThe tenant.
delivery_option_idstringYesDelivery option ID.

Returns

A structured confirmation — { id, deleted: true } (the backend responds with an empty body on success).

Example agent prompt

"Remove the old same-day delivery option."

delete_delivery_option(
  tenantId="…",
  delivery_option_id="a1b2c3"
)