Coinbase Exchange API
cURL
curl --request PUT \ --url https://api.exchange.coinbase.com/profiles/{profile_id}/deactivate \ --header 'Content-Type: application/json' \ --header 'cb-access-key: <api-key>' \ --header 'cb-access-passphrase: <api-key>' \ --header 'cb-access-sign: <api-key>' \ --header 'cb-access-timestamp: <api-key>' \ --data '{ "profile_id": "<string>", "to": "<string>" }'
{}
Deletes the profile specified by profile_id and transfers all funds to the profile specified by to. Fails if there are any open orders on the profile to be deleted.
profile_id
to
A successful response.
The response is of type object.
object
Was this page helpful?