Delete Portfolio

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

SecuritybearerToken
Request
path Parameters
portfolioId
required
number

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

Responses
200
400
401
403

Forbidden

404
delete/monitoring/portfolios/{portfolioId}
Request samples
Response samples
application/json
{
  • "message": "Portfolio removed and service usage will be updated shortly"
}