delete https://api.burqup.com/v1/stores/
API to delete a store by ID
Log in to see full request history
Responses
API to delete a store by ID
xxxxxxxxxx
curl --request DELETE \
--url https://api.burqup.com/v1/stores/id \
--header 'accept: application/json'
xxxxxxxxxx
12{
"id": "string",
"object": "store",
"name": "string",
"phone_number": "string",
"merchant_account_id": "string",
"address": "string",
"unit_number": "string",
"pickup_notes": "string",
"merchant_store_id": "string",
"enable_store_payment_method": "string"
}