Skip to main content

Delete User

Remove a user from the platform.

Endpoint

DELETE /api/user/:id

Parameters

ParameterTypeDescription
idstringThe unique identifier of the user to delete

Response

{
"message": "User successfully deleted",
"id": "string"
}

Notes

  • This action is permanent and cannot be undone
  • Only platform administrators can delete users
  • All associated user data will be removed
  • Active sessions for the deleted user will be terminated