user/delete_by_id
Tool: delete
Delete a user from the organization by UUID.
Soft-deletes the user. The user must belong to the authenticated organization.
Arguments
| name | type | req | notes |
|---|---|---|---|
| id | string | ✓ | User UUID (uuid format) |
Response
200/204 — No body returned on success.
Errors: 400, 401, 404, 406, 422, 429, 500 — shared schema: schemas/errors.
Invoke
Call delete with name: "user/delete_by_id".