Home
Documentation
Resources
Partners
Community

Resources

Check for updates on our solutions and system performance, or request technical support.

Partners

Discover our program for agencies or developers that offer integration services and sellers who want to hire them.

Community

Get the latest news, ask others for help and share your knowledge.

Delete order - Instore Orders - Mercado Pago Developers

Intelligent search powered by OpenAI 

Delete order

DELETE

https://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.
Request's parameters
PATH
user_id
string

REQUIRED

User Id
external_id
string

REQUIRED

External Id
Response parameters
Esta solicitação não tem resposta
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 TEST-7434*********159-03141*********cee51edf8*********f94f589-1*********' \
    
Sample answer
// This request has not been responded to.