Delete User
Delete a user from your company. Requires confirmation for safety. Can also use POST method.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This action cannot be undone
All user data will be permanently deleted
Transfer ownership before deletion if user owns important resources
User must belong to your company
Transfer user must be active and in the same company
userId
User ID to delete
confirm
Must be true to confirm deletion (safety measure)
reason
Reason for deletion (max 500 chars, for audit)
transferOwnershipTo
User ID to transfer ownership to (must be active)
Response
User deleted successfully
success
data
message
timestamp
version
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error