X-API-Token: ********************
"string"
curl --location --request DELETE 'https://api.appcenter.ms/v0.1/apps///distribution_stores//releases/' \
--header 'Content-Type: application/json' \
--header 'X-API-Token;' \
--data-raw '"string"'
{
"code": "BadRequest",
"message": "string"
}