# Delete Portfolio This endpoint allows you to delete the portfolio using the portfolioId. Endpoint: DELETE /monitoring/portfolios/{portfolioId} Version: 1.10.9 Security: bearerToken ## Path parameters: - `portfolioId` (number, required) The unique identifier of the portfolio that you wish to delete, obtained from . ## Response 200 fields (application/json): - `message` (string) Message stating if your request was successful Example: "Portfolio removed and service usage will be updated shortly" ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected