delete_user
Permanently delete 3CX users by providing their numeric IDs. Accepts multiple IDs for batch deletion. This action cannot be undone.
Instructions
[DESTRUCTIVE] Permanently deletes 3CX users by their numeric Ids. Cannot be undone. Get Ids from get_user or list_users first. Accepts an array to delete multiple users at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of numeric user Ids to delete, e.g. [26] or [26, 27] |