Skip to content

Delete Portfolio

Request

This endpoint allows you to delete the portfolio using the portfolioId.

Security
bearerToken
Path
portfolioIdnumberrequired

The unique identifier of the portfolio that you wish to delete, obtained from /portfolios.

curl -i -X DELETE \
  'https://connect.sandbox.creditsafe.com/v1/monitoring/portfolios/{portfolioId}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
messagestring

Message stating if your request was successful

Example:"Portfolio removed and service usage will be updated shortly"
Response
{ "message": "Portfolio removed and service usage will be updated shortly" }