PUT
/
profiles
/
{profile_id}
/
deactivate
Deactivate Profile
curl --request PUT \
  --url https://api.paxos.com/v2/profiles/{profile_id}/deactivate \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Path Parameters

profile_id
string
required

The UUID of the profile. The default profile cannot be deactivated. The profile must have a zero balance to be deactivated.

Response

200 - application/json

A successful response.

The response is of type object.