Skip to main content
DELETE
/
portfolio
/
{portfolioId}
Delete Portfolio
curl --request DELETE \
  --url https://openapiv1.coinstats.app/portfolio/{portfolioId} \
  --header 'X-API-KEY: <api-key>'
{
  "message": "Portfolio deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://coinstats.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

10 credits per request
Delete an API-created portfolio by its ID.

Authorizations

X-API-KEY
string
header
required

API key required to access the endpoints. Generate one from your dashboard at https://openapi.coinstats.app and pass it in the X-API-KEY request header. Never expose your key in client-side code.

Path Parameters

portfolioId
string
required

Response

Portfolio deleted

message
string
required

Confirmation message returned after the portfolio is deleted.

Example:

"Portfolio deleted successfully"