cURL
curl --request PATCH \ --url https://api.example.com/partner/users/disable \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'user_id=<string>'
[ {} ]
This endpoint will disable a user under your partner account.
Required headers:
Authorization: access_token {token}
ID of the user to disable.
OK