Delete store - Physical stores - Mercado Pago Developers
Delete store

DELETE

/users/{user_id}/stores/{id}
Delete a physical shop whenever you need it with the ID of the store.
Request's parameters
user_id

REQUIRED

string
Localization: pathUser Id
id

REQUIRED

string
Localization: pathStore's Id
Response parameters
store
number
Localization: body
user
number
Localization: body
Request
curl
curl -X DELETE \
      'https://api.mercadopago.com/users/{user_id}/stores/{id}' \
      -H 'Authorization: Bearer YOUR_ACCESS_TOKEN' 
Answer
json
{
  "store": 30148503,
  "user": 329653108
}
Errors
400bad_request
INVALID_USER_IDUSER_ID must be number.
INVALID_STORE_IDSTORE_ID must be number.
UNKNOWN_FIELDUnknow field.