Skip to content

Delete Order item

DELETE
/orders/{id_order}/items/{id}

Deletes a order item.

Authorizations

BearerAuth
Type
HTTP (bearer)
Example"Bearer ..."

Parameters

Path Parameters

id_order*

ID of the order

Type
integer
Required
id*

ID of the resource

Type
integer
Required

Responses

Resource deleted successfully

application/json
JSON
{
  
"success": true,
  
"message": "Deleted successfully",
  
"deletedId": 0,
  
"meta": {
  
  
"timestamp": "2026-04-13T17:17:49",
  
  
"version": "1.0.0"
  
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI