DELETE
/
api
/
v3
/
brokerage
/
portfolios
/
{portfolio_uuid}
Delete Portfolio
curl --request DELETE \
  --url https://api.coinbase.com/api/v3/brokerage/portfolios/{portfolio_uuid} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Creating API Keys section of our Coinbase App Authentication docs for information on how to generate your Bearer Token.

Path Parameters

portfolio_uuid
string
required

The portfolio UUID.

Response

200
application/json

A successful response.

The response is of type object.