Which documentation are you looking for?
Do not know how to start integrating?
Check the first stepsDelete order
DELETE
Products that use it:
Request's parameters
PATH
user_id
User Idstring
REQUIRED
external_pos_id
External POS Idstring
REQUIRED
Response parameters
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.
Did you find this information useful?
Yes
Not
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-4599*********755-11221*********d497ae962*********ecf8d85-1*********' \
Sample answer
// This request has not been responded to.