Skip to main content
DELETE
/
api
/
v1
/
orders
/
{order_id}
Eliminar pedido archivado
curl --request DELETE \
  --url https://api.lapyme.com.ar/api/v1/orders/{order_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Incluí tu API key en el header Authorization con el prefijo Bearer.

Path Parameters

order_id
string<uuid>
required

ID del pedido

Response

Pedido archivado eliminado

The response is of type object.