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>'
[
  {}
]

Documentation Index

Fetch the complete documentation index at: https://docs.cyrisma.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string

Body

application/x-www-form-urlencoded
user_id
string

ID of the user to disable.

Response

OK

{key}
any