Delete an adjustment group

DELETE/api/portfolio/adjustment/{adjustmentGroup}

Path parameters

  • adjustmentGroupintegerRequired#
    The adjustment group ID

Responses

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