Delete a sales channel. Associated products, stock locations, and other resources are not deleted.
Request samples
curl --location --request DELETE 'https://api.medusa-commerce.com/admin/sales-channels/'
Responses
application/json {
"id": "string",
"object": "sales-channel",
"deleted": true
}
Modified at 2023-10-08 12:50:29