{
"sales_channel_ids": [
{
"id": "string"
}
]
}
curl --location --request DELETE 'https://api.medusa-commerce.com/admin/publishable-api-keys//sales-channels/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"sales_channel_ids": [
{
"id": "string"
}
]
}'
{
"publishable_api_key": {}
}