Home
Documentation
Resources
Partners
Community

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 POS - Points of Sale - Mercado Pago Developers

Intelligent search powered by OpenAI 

Delete point of sale

DELETE

https://api.mercadopago.com/pos/{id}
This endpoint allows the deletion of a specific point of sale, identified by its ID.
Request's parameters
PATH
id
string

REQUIRED

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.
Response parameters
Esta solicitação não tem resposta
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 TEST-8971*********918-01191*********5874530a4*********4799fdf-1*********' \
    
Sample answer
// This request has not been responded to.