Skip to main content
PATCH
/
partner
/
users
/
disable
Disable User Endpoint
curl --request PATCH \
  --url https://api.example.com/partner/users/disable \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'user_id=<string>'
[
  {}
]

Headers

Authorization
string

Body

application/x-www-form-urlencoded
user_id
string

ID of the user to disable.

Response

OK

{key}
any