Delete orderhttps://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. If the request is successful, the response will be: code 204 - The server successfully processed the request, but is not returning any content.
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_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.
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 APP_USR-8*********932064-12*********edf6d3c99*********2236c703f*********668' \
Response
// This request has not been responded to.