Deactivate User
fizzy_deactivate_userRevoke a user's access to your Fizzy account by deactivating their account. Use this action to disable a user when they no longer require access.
Instructions
Deactivate a user account, revoking their access to the Fizzy account. ⚠️ This is a significant operation that affects user access. Use with caution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The unique user identifier: a 25-character identifier, e.g., '0000000000000000000000abc'. Get available user IDs from fizzy_get_users. | |
| account_slug | Yes | The account slug identifier (e.g., '123456' or '/123456'). This identifies which Fizzy account to operate on. Get available account slugs from fizzy_get_identity or fizzy_get_accounts. |