Resets a specific database by its ID, clearing all data.
success
if successful, error
if not.error
if not successful.UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.DATABASE_NOT_FOUND
: The specified database does not exist or the user lacks access.DATABASE_ID_REQUIRED
: The database ID was not provided.DATABASE_RESET_FAILED
: Failed to reset the database.