Delete point of salehttps://api.mercadopago.com/pos/{id}
This endpoint allows the deletion of a specific point of sale, identified by its ID.
DELETE
Request parameters
Header
Authorization
Access Token obtained through the developer panel. Must be sent in all requests.string
REQUIRED
Path
id
Creation ID of the point of sale. When you register a point of sale, you will receive a corresponding ID. This ID can be used for various operations, including deleting a point of sale.string
REQUIRED
Response parameters
Errors
400Error
INVALID_POS_ID
The ID of the point of sale is invalid, it must be numeric.
404Error
1
If there is no point of sale for the indicated ID and user.
Request
curl -X DELETE \
'https://api.mercadopago.com/pos/{id}'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer APP_USR-5*********956537-12*********ff1a3d36d*********47e7b9985*********770' \
Response
// This request has not been responded to.