Skip to content

permanentlyDeleteUser

DELETE
/api/v1/users/{id}/permanent
curl --request DELETE \
--url https://example.com/api/v1/users/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/permanent \
--header 'X-CSRF-Token: example'

Permanently removes an inactive user account. Account-owned preferences, sessions, grants, and security credentials are removed; retained records keep their history with user attribution cleared.

id
required
string format: uuid
X-CSRF-Token
required
string

User permanently deleted

Insufficient role

User not found

User is active, is the current user, or changed state