---
title: "Delete a delivery option"
method: DELETE
path: "/v1/checkout_rates/{config_id}/options/{option_id}"
tags: ["checkout_rates"]
---

# Delete a delivery option

`DELETE /v1/checkout_rates/{config_id}/options/{option_id}`

Marks a delivery option as inactive (`is_active: false`) instead of removing it; it still appears in the configuration.

## Response `204`

The delivery option was marked inactive.

- string

## Other responses

- `404` — The specified resource does not exist.
- `500` — An error occurred on ShipEngine's side. > This error will automatically be reported to our engineers.

---

[API](https://skmtc.net/shipstation/apis/shipengine-api.md) · [All operations](https://skmtc.net/shipstation/apis/shipengine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipstation/shipengine-api/revisions/8d8a7cf79204/schema)
