Delete orderhttps://api.mercadopago.com/mpmobile/instore/qr/{user_id}/{external_id}
Delete an order whenever you need to with the ID of the user and the external ID.
DELETE
Request parameters
Header
Authorization
Access Token obtained through the developer panel. Must be sent in all requests.string
REQUIRED
Path
user_id
User Idstring
REQUIRED
external_id
External Idstring
REQUIRED
Response parameters
Errors
400Error
invalid_collector_id
COLLECTOR_ID invalid.
invalid_access_token
access denied.
Request
curl -X DELETE \
'https://api.mercadopago.com/mpmobile/instore/qr/{user_id}/{external_id}'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer APP_USR-8*********932064-12*********edf6d3c99*********2236c703f*********668' \
Response
// This request has not been responded to.