cURL
curl --request POST \ --url https://{portalApiUrl}/user/deactivate/{id} \ --header 'Authorization: <api-key>'
{ "status": true }
Deactivate a user account
Documentation IndexFetch the complete documentation index at: https://docs.illuxi.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.illuxi.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication token obtained from POST /token
ID of user to deactivate
user deactivated