PUT
/
profiles
/
{profile_id}
/
deactivate
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>"
}'
{}

Authorizations

cb-access-key
string
header
required
cb-access-passphrase
string
header
required
cb-access-sign
string
header
required
cb-access-timestamp
string
header
required

Path Parameters

profile_id
string
required

Body

application/json

Response

200
application/json

A successful response.

The response is of type object.