Skip to main content
DELETE
Remove a line item from an order

Authorizations

Authorization
string
header
required

API key issued per entity via Settings > Developers > API Keys. Each key carries scopes (e.g. orders:read, products:write). Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.

Path Parameters

id
string<uuid>
required
item_id
string<uuid>
required

Body

application/json
override
boolean

Set true (with orders.revision_override) to delete a line off a paid/billed order. Without it, a paid/billed order returns 422 edit_not_allowed.

override_reason
string

Response

Item removed

deleted
boolean
id
string<uuid>