Delete order - Instore Orders v2 - Mercado Pago Developers
What are you looking for?

Do not know how to start integrating? 

Check the first steps
Delete order

DELETE

https://api.mercadopago.com/instore/qr/seller/collectors/{user_id}/pos/{external_pos_id}/orders
Delete an order whenever you need to with the ID of the user and the external ID.
Request's parameters
PATH
user_id
string

REQUIRED

User Id
external_pos_id
string

REQUIRED

External POS Id
Response parameters
Esta solicitação não tem resposta
Errors

400Error

invalid_collectorId

user_id must be a number.

invalid_externalPosId

externalPosId must be present.

invalid_access_token

Access denied.

500Error

in_store_order_creation_error

Failed to delete order.

Request
curl -X DELETE \
    'https://api.mercadopago.com/instore/qr/seller/collectors/{user_id}/pos/{external_pos_id}/orders'\
    -H 'Content-Type: application/json' \
       -H 'Authorization: Bearer TEST-7719*********832-03141*********ec9309854*********f1e54b5-1*********' \
    
Sample answer
// This request has not been responded to.