Skip to main content
DELETE
/
portfolios
/
{portfolioId}
Delete a portfolio (owner only)
curl --request DELETE \
  --url https://api.noonum.ai/v2/portfolios/{portfolioId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Enter 'Bearer' followed by a space and then your JWT or API Key. Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... or Bearer YOUR_API_KEY_HERE

Path Parameters

portfolioId
string<uuid>
required

UUID of the portfolio

Response

Deleted (no content)