This endpoint allows you to delete the portfolio using the portfolioId.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/monitoring/portfolios/{portfolioId}
- Production serverhttps://connect.creditsafe.com/v1/monitoring/portfolios/{portfolioId}
curl -i -X DELETE \
'https://connect.sandbox.creditsafe.com/v1/monitoring/portfolios/{portfolioId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "message": "Portfolio removed and service usage will be updated shortly" }