cURL
curl --request DELETE \ --url https://carboncopy.inc/api/v1/portfolio/traders/{wallet} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Stop copy-trading this wallet. Existing open positions are not automatically closed.
API key in the format cc_<64 hex characters>. Obtain from the Dashboard under Settings → API Keys.
cc_<64 hex characters>
Trader's Ethereum wallet address.
"0xAbCd1234..."
Trader unfollowed.
true
Was this page helpful?