cURL
curl --request DELETE \ --url https://openapiv1.coinstats.app/portfolio/{portfolioId} \ --header 'X-API-KEY: <api-key>'
{ "statusCode": 400, "message": "Bad Request", "requestId": "11111111-2222-3333-4444-555555555555", "path": "<requested-endpoint>" }
Delete Portfolio
API key needed to access the endpoints. Example: 'demo-api-key'
Bad Request
Was this page helpful?