Delete POS - Points of Sale - Mercado Pago Developers
Which documentation are you looking for?

Do not know how to start integrating? 

Check the first steps
Delete POS

DELETE

https://api.mercadopago.com/pos/{id}
Delete a Point of Sale whenever you need it with the ID of the POS.
Request's parameters
PATH
id
string

REQUIRED

POS Id
Response parameters
Esta solicitação não tem resposta
Errors

400Error

INVALID_POS_ID

The ID of the pos is invalid, it must be numeric.

404Error

1

If there is no pos for the indicated ID and user.

Request
curl -X DELETE \
    'https://api.mercadopago.com/pos/{id}'\
    -H 'Content-Type: application/json' \
       -H 'Authorization: Bearer TEST-3322*********190-03031*********46528954c*********0339910-1*********' \
    
Sample answer
// This request has not been responded to.