Delete a geographic location

DELETE/api/portfolio/geographic-locations/{geographicLocation}

Path parameters

  • geographicLocationintegerRequired#
    The geographic location ID

Responses

200
{}
403An errorError
404Not found.Error
curl -X DELETE https://your-url.com/kong/core/api/gateway/api/portfolio/geographic-locations/{geographicLocation}\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"