Delete user account
users
Delete user account
Permanently deletes a user account and removes all associated data. This operation is irreversible.
Authorization: Requires system admin permissions. Warning: This operation will remove all user data and permissions. Side Effects: Removes user from all groups and revokes all permissions.
DELETE
Delete user account
Documentation Index
Fetch the complete documentation index at: https://docs.credibledata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the user Valid email address pattern
Pattern:
^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$Response
User deleted successfully