Skip to content

Delete an order (admin)

DELETE
/rest/v1/order/order/{id}

Authorizations

bearerAuth

JWT access token obtained from /rest/auth/admin/login or /rest/auth/customer/login

Type
HTTP (bearer)

Parameters

Path Parameters

id*

ID of the order to delete

Type
integer
Required
Format
"int64"

Responses

Entity deleted successfully

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI