v68

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0144101120.9 KB
Permissions

Delete user

Delete the user from the datasource. Silently succeeds if user is not present. Note: All memberships associated with the deleted user will also be deleted.

post/api/index/v1/deleteuser

Request body

versioninteger

Version number for document for optimistic concurrency control. If absent or 0 then no version checks are done.

datasourcestring required

The datasource for which the user is removed

emailstring required

The email of the user to be deleted

Response

OK