For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search
/
Ask AI
Documentation
API Reference
Webhooks Reference
Main Reference
Users
Delete a user.
Copy page
DELETE
https://api.invofox.com
/
users
/
:id
Documentation
API Reference
Webhooks Reference
Ingest Reference
Files
Imports
Main Reference
Documents
Collections
Users
POST
Create a new user.
GET
List users for an account.
GET
Get the details of a user.
PUT
Update a user.
DEL
Delete a user.
DEL
Delete a list of users.
Authentication
x-api-key
string
API Key authentication via header
Path parameters
id
string
Required
Query parameters
account
string
Required
Request
This endpoint expects an object.
preview
boolean
Optional
Whether to preview the changes or not
Response
200
Preview of the changes
item
object
Show 8 properties
reason
enum
Allowed values:
ERR_USER_CANNOT_DELETE_ITSELF
ERR_USER_ALREADY_DELETED
WARN_USER_HAS_LOCKED_DOCUMENTS
type
enum
Allowed values:
warning
error
Errors
400
Bad Request Error
404
Not Found Error
500
Internal Server Error