delete_delivery_option
Updated August 7, 20261 min read
Delete a delivery option by ID via DELETE /delivery-options/{id}.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
tenantId | string | Yes | The tenant. |
delivery_option_id | string | Yes | Delivery 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"
)
Related tools
list_delivery_optionsget_delivery_optionedit_delivery_option— setstatus="INACTIVE"to withdraw an option without deleting it.