DELETE
    /brands/{brandId}
  
  curl \
 --request DELETE 'https://stg.getfoundation.com/api/external/v1/brands/{brandId}' \
 --header "X-API-Key: $API_KEY"
    
        Response examples (401)
  
  {
  "error": "string",
  "details": "string"
}
        Response examples (404)
  
  {
  "error": "string",
  "details": "string"
}
        Response examples (422)
  
  {
  "error": "string",
  "details": "string"
}