Reverse a completed import

POST/api/portfolio/bulk-import/{guid}/reverse

Path parameters

  • guidstringRequired#

Request body

Body shape varies — see operation description.

Responses

200
{}
curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/bulk-import/{guid}/reverse\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"\
  -d '{
  "reversal_reason": "reversal_reason"
}'