Delete POS - Points of Sale - Mercado Pago Developers
Delete POS

DELETE

/pos/{id}
Delete a Point of Sale whenever you need it with the ID of the POS.
Request's parameters
id

REQUIRED

string
Localization: pathPOS Id
Response parameters
This request has no response.
Request
curl
curl -X DELETE \
      'https://api.mercadopago.com/pos/{id}' \
       -H 'Authorization: Bearer YOUR_ACCESS_TOKEN \
      
Answer
json
{}
Errors
400bad_request
INVALID_POS_IDThe ID of the pos is invalid, it must be numeric.
404bad_request
1If there is no pos for the indicated ID and user.