Delete order - Instore Orders - Mercado Pago Developers
Which documentation are you looking for?

Do not know how to start integrating? 

Check the first steps
Delete order

DELETE

/mpmobile/instore/qr/{user_id}/{external_id}
Delete an order whenever you need to with the ID of the user and the external ID.
Request's parameters
user_id

REQUIRED

string
Localization: pathUser Id
external_id

REQUIRED

string
Localization: pathExternal Id
Response parameters
This request has no response.
Request
curl
curl -X DELETE \
      'https://api.mercadopago.com/mpmobile/instore/qr/{user_id}/{external_id}' \
       -H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
      
Answer
json
{}
Errors
400bad_request
invalid_collector_idCOLLECTOR_ID invalid.
invalid_access_tokenaccess denied.